Changes in directory llvm/test/CodeGen/X86:

fp_load_fold.llx updated: 1.5 -> 1.6
---
Log message:

For PR1336: http://llvm.org/PR1336 :
Ignore case for instruction mnemonic comparison.


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

 fp_load_fold.llx |    3 +--
 1 files changed, 1 insertion(+), 2 deletions(-)


Index: llvm/test/CodeGen/X86/fp_load_fold.llx
diff -u llvm/test/CodeGen/X86/fp_load_fold.llx:1.5 
llvm/test/CodeGen/X86/fp_load_fold.llx:1.6
--- llvm/test/CodeGen/X86/fp_load_fold.llx:1.5  Sun Apr 15 18:00:46 2007
+++ llvm/test/CodeGen/X86/fp_load_fold.llx      Mon Apr 16 09:20:28 2007
@@ -1,6 +1,5 @@
 ; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 -x86-asm-syntax=intel | \
-; RUN:   grep ST | not grep {fadd\\|fsub\\|fdiv\\|fmul}
-; XFAIL: *
+; RUN:   grep -i ST | not grep {fadd\\|fsub\\|fdiv\\|fmul}
 
 ; Test that the load of the memory location is folded into the operation.
 



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

Reply via email to