X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FTransforms%2FInstCombine%2F2008-08-05-And.ll;h=9773c2d76249f512be9a061d341d89a608878a0c;hb=ebb5183a2f16abc7c88241bb42412465f52c2a61;hp=4886e364a8c1284ba541493fb9a6835bd17800b3;hpb=201bf25f83fba840dcff2cb1625731e7bb22df4d;p=oota-llvm.git diff --git a/test/Transforms/InstCombine/2008-08-05-And.ll b/test/Transforms/InstCombine/2008-08-05-And.ll index 4886e364a8c..9773c2d7624 100644 --- a/test/Transforms/InstCombine/2008-08-05-And.ll +++ b/test/Transforms/InstCombine/2008-08-05-And.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | opt -instcombine | llc -disable-fp-elim -march=x86 | not grep orb +; RUN: opt < %s -instcombine -S | not grep or ; PR2629 define void @f(i8* %x) nounwind {