[llvm-commits] CVS: llvm/test/CodeGen/X86/2004-02-14-InefficientStackPointer.llx

Reid Spencer reid at x10sys.com
Mon Apr 16 07:14:52 PDT 2007



Changes in directory llvm/test/CodeGen/X86:

2004-02-14-InefficientStackPointer.llx updated: 1.3 -> 1.4
---
Log message:

For PR1336: http://llvm.org/PR1336 :
Ignore case for register name compare.


---
Diffs of the changes:  (+1 -2)

 2004-02-14-InefficientStackPointer.llx |    3 +--
 1 files changed, 1 insertion(+), 2 deletions(-)


Index: llvm/test/CodeGen/X86/2004-02-14-InefficientStackPointer.llx
diff -u llvm/test/CodeGen/X86/2004-02-14-InefficientStackPointer.llx:1.3 llvm/test/CodeGen/X86/2004-02-14-InefficientStackPointer.llx:1.4
--- llvm/test/CodeGen/X86/2004-02-14-InefficientStackPointer.llx:1.3	Sun Apr 15 18:00:46 2007
+++ llvm/test/CodeGen/X86/2004-02-14-InefficientStackPointer.llx	Mon Apr 16 09:14:31 2007
@@ -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






More information about the llvm-commits mailing list