X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FTransforms%2FInstCombine%2F2005-06-16-SetCCOrSetCCMiscompile.ll;h=0a513c647c1279e55feb1f44efdfe410ae1b106d;hb=b55dcfe47fbbcfc1dccd07cb27c02b9a86533d05;hp=010087b4f4725b885a8c9633135d1017dceee233;hpb=ec9a35a6f9143cfa325e0413cc297c48f627973a;p=oota-llvm.git diff --git a/test/Transforms/InstCombine/2005-06-16-SetCCOrSetCCMiscompile.ll b/test/Transforms/InstCombine/2005-06-16-SetCCOrSetCCMiscompile.ll index 010087b4f47..0a513c647c1 100644 --- a/test/Transforms/InstCombine/2005-06-16-SetCCOrSetCCMiscompile.ll +++ b/test/Transforms/InstCombine/2005-06-16-SetCCOrSetCCMiscompile.ll @@ -1,5 +1,5 @@ -; RUN: llvm-as < %s | opt -instcombine | llvm-dis | \ -; RUN: grep {ret i1 true} +; RUN: opt < %s -instcombine -S | \ +; RUN: grep "ret i1 true" ; PR586 @g_07918478 = external global i32 ; [#uses=1]