X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FCodeGen%2FX86%2Fuse-add-flags.ll;h=da0002cc2520eeb4c2c9bb074a5aebd768389f53;hb=faf046c6c0a561e966f4ac671392c4b8e15c35a2;hp=fd57f5ca8d2d0d832e9c93c3caa257e4c903be44;hpb=b4dc0233c9f70e8cf946822811f233bb613a02e9;p=oota-llvm.git diff --git a/test/CodeGen/X86/use-add-flags.ll b/test/CodeGen/X86/use-add-flags.ll index fd57f5ca8d2..da0002cc252 100644 --- a/test/CodeGen/X86/use-add-flags.ll +++ b/test/CodeGen/X86/use-add-flags.ll @@ -13,7 +13,7 @@ ; CHECK: ret define i32 @test1(i32* %x, i32 %y, i32 %a, i32 %b) nounwind { - %tmp2 = load i32* %x, align 4 ; [#uses=1] + %tmp2 = load i32, i32* %x, align 4 ; [#uses=1] %tmp4 = add i32 %tmp2, %y ; [#uses=1] %tmp5 = icmp slt i32 %tmp4, 0 ; [#uses=1] %tmp.0 = select i1 %tmp5, i32 %a, i32 %b ; [#uses=1]