X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FCodeGen%2FX86%2Fand-su.ll;h=bdbab1535016c0d1f7dbf96ed40148bcda8c4ad4;hb=faf046c6c0a561e966f4ac671392c4b8e15c35a2;hp=70c24615a7e21cd8f6153256c998a6c25ca85cea;hpb=8b2b8a18354546d534b72f912153a3252ab4b857;p=oota-llvm.git diff --git a/test/CodeGen/X86/and-su.ll b/test/CodeGen/X86/and-su.ll index 70c24615a7e..bdbab153501 100644 --- a/test/CodeGen/X86/and-su.ll +++ b/test/CodeGen/X86/and-su.ll @@ -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