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



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to