diff options
-rw-r--r-- | test/Transforms/InstCombine/2008-08-05-And.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/2008-08-05-And.ll b/test/Transforms/InstCombine/2008-08-05-And.ll index 4886e364a8..939e6b8595 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: llvm-as < %s | opt -instcombine | llvm-dis | not grep or ; PR2629 define void @f(i8* %x) nounwind { |