X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FTransforms%2FInstCombine%2F2008-01-29-AddICmp.ll;h=1f9c47c4f1ee5c1766aa530cf030c677f297496c;hb=e0805a992ddd2823604969c8aac61a2f339f3c01;hp=43604b8b130045b08e2f982b8c3c6ce640d4b005;hpb=5be2920149a96a17d8d4e08d36466fac0d624fa4;p=oota-llvm.git diff --git a/test/Transforms/InstCombine/2008-01-29-AddICmp.ll b/test/Transforms/InstCombine/2008-01-29-AddICmp.ll index 43604b8b130..1f9c47c4f1e 100644 --- a/test/Transforms/InstCombine/2008-01-29-AddICmp.ll +++ b/test/Transforms/InstCombine/2008-01-29-AddICmp.ll @@ -1,4 +1,5 @@ -; RUN: llvm-as < %s | opt -instcombine | llvm-dis | not grep {a.off} +; RUN: opt < %s -instcombine -S | not grep "a.off" +; PR1949 define i1 @test1(i32 %a) { %a.off = add i32 %a, 4 ; [#uses=1]