diff options
author | Bill Wendling <isanbard@gmail.com> | 2008-08-06 00:10:32 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2008-08-06 00:10:32 +0000 |
commit | 5226698f679755690c1263e89dd9c0a93f3d6203 (patch) | |
tree | 5a774a16b1d38e382dd3f2db7f2fc277ff25b2f1 | |
parent | a37599bc7a203e6dbc59d6fbe1a1bd8e0b8aa709 (diff) |
Just grep for through the LL code instead of the ASM code
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54389 91177308-0d34-0410-b5e6-96231b3b80d8
-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 { |