fixed to test attributes and use better checks
[oota-llvm.git] / test / CodeGen / X86 / 2009-04-24.ll
index d104c875760a1d25b1d55316faaf61c1ff9a1986..7647dcc7febdb2da1dad0793160d9121b6b89802 100644 (file)
@@ -8,6 +8,6 @@
 
 define i32 @f() {
 entry:
-       %tmp1 = load i32* @i
+       %tmp1 = load i32, i32* @i
        ret i32 %tmp1
 }