Use Twin instead of std::to_string.
[oota-llvm.git] / test / CodeGen / X86 / and-su.ll
index 70c24615a7e21cd8f6153256c998a6c25ca85cea..bdbab1535016c0d1f7dbf96ed40148bcda8c4ad4 100644 (file)
@@ -6,7 +6,7 @@ define fastcc i32 @foo(i32* %p) nounwind {
 ; CHECK-LABEL: foo:
 ; CHECK: andl $10, %eax
 ; CHECK: je
-       %t0 = load i32* %p
+       %t0 = load i32, i32* %p
        %t2 = and i32 %t0, 10
        %t3 = icmp ne i32 %t2, 0
        br i1 %t3, label %bb63, label %bb76