summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-07-09 17:35:18 +0000
committerChris Lattner <sabre@nondot.org>2007-07-09 17:35:18 +0000
commitba7721633cd5399a986a29d65ba7694f38aea37d (patch)
treee731a37b46cacdd41364c91dec5532e6dc7ca7d3 /test
parent349d4c8d66ae3fe900f6d6ee38c3083c0eae8270 (diff)
downloadllvm-ba7721633cd5399a986a29d65ba7694f38aea37d.tar.gz
llvm-ba7721633cd5399a986a29d65ba7694f38aea37d.tar.bz2
llvm-ba7721633cd5399a986a29d65ba7694f38aea37d.tar.xz
force a cpu without SSE
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@38466 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/X86/fp_constant_op.llx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/fp_constant_op.llx b/test/CodeGen/X86/fp_constant_op.llx
index a3c7281f46..30e06c00ca 100644
--- a/test/CodeGen/X86/fp_constant_op.llx
+++ b/test/CodeGen/X86/fp_constant_op.llx
@@ -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.