[llvm-commits] [llvm] r54389 - /llvm/trunk/test/Transforms/InstCombine/2008-08-05-And.ll

Bill Wendling isanbard at gmail.com
Tue Aug 5 17:10:32 PDT 2008


Author: void
Date: Tue Aug  5 19:10:32 2008
New Revision: 54389

URL: http://llvm.org/viewvc/llvm-project?rev=54389&view=rev
Log:
Just grep for through the LL code instead of the ASM code

Modified:
    llvm/trunk/test/Transforms/InstCombine/2008-08-05-And.ll

Modified: llvm/trunk/test/Transforms/InstCombine/2008-08-05-And.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/InstCombine/2008-08-05-And.ll?rev=54389&r1=54388&r2=54389&view=diff

==============================================================================
--- llvm/trunk/test/Transforms/InstCombine/2008-08-05-And.ll (original)
+++ llvm/trunk/test/Transforms/InstCombine/2008-08-05-And.ll Tue Aug  5 19:10:32 2008
@@ -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  {





More information about the llvm-commits mailing list