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=dd53d31087d4e5f9e926e3485e49fe606982e00f;hpb=b1e1e82c54c060ea5dae09dae043234826ca2539;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 dd53d31087d..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: opt %s -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]