force a cpu without SSE
[oota-llvm.git] / test / CodeGen / X86 / fp_constant_op.llx
index a3c7281f464150f11c6716cf6826e819b20d3a92..30e06c00ca269cd99c8378c3aa444ac6589f843b 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 -x86-asm-syntax=intel | \
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 -x86-asm-syntax=intel -mcpu=i486 | \
 ; RUN:   grep -i ST | not grep {fadd\\|fsub\\|fdiv\\|fmul}
 
 ; Test that the load of the constant is folded into the operation.