Fall back to the selection dag isel to select tail calls.
[oota-llvm.git] / test / CodeGen / X86 / fp_load_fold.ll
index 655ad3df323868cfac93e511218876b4b4a01706..a2cea5e57f648529cc684da1f129f4e22304e0ab 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | llc -march=x86 -x86-asm-syntax=intel | \
-; RUN:   grep -i ST | not grep {fadd\\|fsub\\|fdiv\\|fmul}
+; RUN: llc < %s -march=x86 -x86-asm-syntax=intel | \
+; RUN:   grep -i ST | not grep "fadd\|fsub\|fdiv\|fmul"
 
 ; Test that the load of the memory location is folded into the operation.