mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-15 23:31:37 +00:00
For PR1336:
Ignore case for register name compare. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36127 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
57910836bd
commit
afc64e4da0
@ -1,5 +1,4 @@
|
||||
; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 | grep ESP | not grep sub
|
||||
; XFAIL: *
|
||||
; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 | grep -i ESP | not grep sub
|
||||
|
||||
int %test(int %X) {
|
||||
ret int %X
|
||||
|
Loading…
x
Reference in New Issue
Block a user