[opaque pointer type] Add textual IR support for explicit type parameter for global...
[oota-llvm.git] / test / Linker / Inputs / PR8300.b.ll
index 9e538f5d286a460eaa1cf7cc12704ed7cdc3450f..ce17f5f0dbe1566b5b0c13f359f77e68501b0d5f 100644 (file)
@@ -1,7 +1,7 @@
 %foo = type { [8 x i8] }
 %bar = type { [9 x i8] }
 
-@zed = alias bitcast (void (%bar*)* @xyz to void (%foo*)*)
+@zed = alias void (%foo*), bitcast (void (%bar*)* @xyz to void (%foo*)*)
 
 define void @xyz(%bar* %this) {
 entry: