mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-22 10:33:23 +00:00
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:
parent
a37599bc7a
commit
5226698f67
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user