[PGO] Resubmit "MST based PGO instrumentation infrastructure" (r254021)
[oota-llvm.git] / test / Transforms / GlobalOpt / 2009-02-15-BitcastAlias.ll
index d6a565ad10a8fdbdec513aa8f96bfaa46e66d78c..e6337adefa132e6aef7dc935fa6115da72f2b657 100644 (file)
@@ -2,9 +2,9 @@
 
 @g = global i32 0
 
-@a = alias bitcast (i32* @g to i8*)
+@a = alias i8, bitcast (i32* @g to i8*)
 
 define void @f() {
-       %tmp = load i8* @a
+       %tmp = load i8, i8* @a
        ret void
 }