mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-10-31 09:11:13 +00:00
afc64e4da0
Ignore case for register name compare. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36127 91177308-0d34-0410-b5e6-96231b3b80d8
6 lines
116 B
Plaintext
6 lines
116 B
Plaintext
; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 | grep -i ESP | not grep sub
|
|
|
|
int %test(int %X) {
|
|
ret int %X
|
|
}
|