X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FTransforms%2FInstCombine%2F2008-01-13-AndCmpCmp.ll;h=fbc8ba972a032ca7956ea05bceefbf9543a49da6;hb=b55dcfe47fbbcfc1dccd07cb27c02b9a86533d05;hp=71d5bf762c34b3b4c53069d65e398ca4943f90ea;hpb=ee2b7a4530736d311fb3e2eae551e0acdb919354;p=oota-llvm.git diff --git a/test/Transforms/InstCombine/2008-01-13-AndCmpCmp.ll b/test/Transforms/InstCombine/2008-01-13-AndCmpCmp.ll index 71d5bf762c3..fbc8ba972a0 100644 --- a/test/Transforms/InstCombine/2008-01-13-AndCmpCmp.ll +++ b/test/Transforms/InstCombine/2008-01-13-AndCmpCmp.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | opt -instcombine | llvm-dis | grep and +; RUN: opt < %s -instcombine -S | grep and ; PR1907 define i1 @test(i32 %c84.17) {