Allow alias to point to an arbitrary ConstantExpr.
[oota-llvm.git] / test / Linker / Inputs / PR8300.b.ll
index 362d309a1910297c68ef266561a3bec68d2d9fb1..9e538f5d286a460eaa1cf7cc12704ed7cdc3450f 100644 (file)
@@ -1,7 +1,7 @@
 %foo = type { [8 x i8] }
 %bar = type { [9 x i8] }
 
-@zed = alias void (%foo*), void (%bar*)* @xyz
+@zed = alias bitcast (void (%bar*)* @xyz to void (%foo*)*)
 
 define void @xyz(%bar* %this) {
 entry: