aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-04-16 14:14:31 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-04-16 14:14:31 +0000
commitafc64e4da0fe4a405d4f3f1db626a244d4abce62 (patch)
tree7caa4d24da04d1ebf7175d480b9e8377f85e6bc5 /test/CodeGen
parent57910836bdfcaf43c0706ea163932f82382b9963 (diff)
downloadexternal_llvm-afc64e4da0fe4a405d4f3f1db626a244d4abce62.zip
external_llvm-afc64e4da0fe4a405d4f3f1db626a244d4abce62.tar.gz
external_llvm-afc64e4da0fe4a405d4f3f1db626a244d4abce62.tar.bz2
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
Diffstat (limited to 'test/CodeGen')
-rw-r--r--test/CodeGen/X86/2004-02-14-InefficientStackPointer.llx3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/CodeGen/X86/2004-02-14-InefficientStackPointer.llx b/test/CodeGen/X86/2004-02-14-InefficientStackPointer.llx
index 005a7dd..a0196aa 100644
--- a/test/CodeGen/X86/2004-02-14-InefficientStackPointer.llx
+++ b/test/CodeGen/X86/2004-02-14-InefficientStackPointer.llx
@@ -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