Just grep for through the LL code instead of the ASM code
authorBill Wendling <isanbard@gmail.com>
Wed, 6 Aug 2008 00:10:32 +0000 (00:10 +0000)
committerBill Wendling <isanbard@gmail.com>
Wed, 6 Aug 2008 00:10:32 +0000 (00:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54389 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/InstCombine/2008-08-05-And.ll

index 4886e364a8c1284ba541493fb9a6835bd17800b3..939e6b85950656edb0654ab8ae7dfebc966e7c49 100644 (file)
@@ -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  {