X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FTransforms%2FInstCombine%2F2007-01-27-AndICmp.ll;h=6298a0723338627923197820964a3612ea5eaf43;hb=a5ae7c1c9fdbaaa648ae7bcf945ce714fcba91cc;hp=0e8c5b17666e3cafa2c0b4290d222f2ff86e4ccd;hpb=2b544beda337f7d0c071bf3ed49f14e54284d49b;p=oota-llvm.git diff --git a/test/Transforms/InstCombine/2007-01-27-AndICmp.ll b/test/Transforms/InstCombine/2007-01-27-AndICmp.ll index 0e8c5b17666..6298a072333 100644 --- a/test/Transforms/InstCombine/2007-01-27-AndICmp.ll +++ b/test/Transforms/InstCombine/2007-01-27-AndICmp.ll @@ -1,8 +1,8 @@ -; RUN: llvm-as < %s | opt -instcombine | llvm-dis | grep {ugt.*, 1} +; RUN: opt < %s -instcombine -S | grep "ugt.*, 1" define i1 @test(i32 %tmp1030) { - %tmp1037 = icmp ne i32 %tmp1030, 40 ; [#uses=1] - %tmp1039 = icmp ne i32 %tmp1030, 41 ; [#uses=1] + %tmp1037 = icmp ne i32 %tmp1030, 39 ; [#uses=1] + %tmp1039 = icmp ne i32 %tmp1030, 40 ; [#uses=1] %tmp1042 = and i1 %tmp1037, %tmp1039 ; [#uses=1] ret i1 %tmp1042 }