[llvm-commits] CVS: llvm/test/CodeGen/X86/fp_constant_op.llx
Reid Spencer
reid at x10sys.com
Mon Apr 16 07:18:58 PDT 2007
Changes in directory llvm/test/CodeGen/X86:
fp_constant_op.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_constant_op.llx | 3 +--
1 files changed, 1 insertion(+), 2 deletions(-)
Index: llvm/test/CodeGen/X86/fp_constant_op.llx
diff -u llvm/test/CodeGen/X86/fp_constant_op.llx:1.5 llvm/test/CodeGen/X86/fp_constant_op.llx:1.6
--- llvm/test/CodeGen/X86/fp_constant_op.llx:1.5 Sun Apr 15 18:00:46 2007
+++ llvm/test/CodeGen/X86/fp_constant_op.llx Mon Apr 16 09:18:37 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 constant is folded into the operation.
More information about the llvm-commits
mailing list