force a cpu without SSE
authorChris Lattner <sabre@nondot.org>
Mon, 9 Jul 2007 17:35:18 +0000 (17:35 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 9 Jul 2007 17:35:18 +0000 (17:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@38466 91177308-0d34-0410-b5e6-96231b3b80d8

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.