Enable all Hexagon tests.
[oota-llvm.git] / test / CodeGen / X86 / fp_load_fold.ll
index 655ad3df323868cfac93e511218876b4b4a01706..0145069b8cd639c3cef4af4d88c15c7113d8a4bd 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -x86-asm-syntax=intel | \
+; 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.