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
This commit is contained in:
Bill Wendling 2008-08-06 00:10:32 +00:00
parent a37599bc7a
commit 5226698f67

View 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 {