forked from OSchip/llvm-project
For PR1336:
Ignore case for register name compare. llvm-svn: 36127
This commit is contained in:
parent
fb458caf44
commit
0c1a31c92f
|
@ -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…
Reference in New Issue