[opaque pointer type] Add textual IR support for explicit type parameter for global...
[oota-llvm.git] / test / SymbolRewriter / rewrite.ll
index e8a0db6d606c013ae9aae77602e2ada68444553b..1d2365cb1d8f71d26a85acc3032be46af746a18d 100644 (file)
@@ -20,7 +20,7 @@ define i32 @caller() {
 }
 
 %struct.S = type { i8 }
-@_ZN1SC1Ev = alias void (%struct.S*)* @_ZN1SC2Ev
+@_ZN1SC1Ev = alias void (%struct.S*), void (%struct.S*)* @_ZN1SC2Ev
 define void @_ZN1SC2Ev(%struct.S* %this) unnamed_addr align 2 {
 entry:
   %this.addr = alloca %struct.S*, align 4