For PR1336:
authorReid Spencer <rspencer@reidspencer.com>
Mon, 16 Apr 2007 14:20:28 +0000 (14:20 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Mon, 16 Apr 2007 14:20:28 +0000 (14:20 +0000)
Ignore case for instruction mnemonic comparison.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36129 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/fp_constant_op.llx
test/CodeGen/X86/fp_load_fold.llx

index 155673fcd7252bd2f47ba9920d88f81538a034bd..a3c7281f464150f11c6716cf6826e819b20d3a92 100644 (file)
@@ -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.
 
index ce272cea0934c3d8fad64b6d871296ceb17793cb..91f41f6be495f59075da093d74647ccbef85bdce 100644 (file)
@@ -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.