For PR1336:

Ignore case for register name compare.

llvm-svn: 36127
This commit is contained in:
Reid Spencer 2007-04-16 14:14:31 +00:00
parent fb458caf44
commit 0c1a31c92f
1 changed files with 1 additions and 2 deletions

View File

@ -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