summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/fp-immediate-shorten.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/fp-immediate-shorten.ll')
-rw-r--r--test/CodeGen/X86/fp-immediate-shorten.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/fp-immediate-shorten.ll b/test/CodeGen/X86/fp-immediate-shorten.ll
index 5a19f92d32..966bf78750 100644
--- a/test/CodeGen/X86/fp-immediate-shorten.ll
+++ b/test/CodeGen/X86/fp-immediate-shorten.ll
@@ -1,5 +1,5 @@
;; Test that this FP immediate is stored in the constant pool as a float.
-; RUN: llvm-as < %s | llc -march=x86 | grep '.long.1123418112'
+; RUN: llvm-as < %s | llc -march=x86 -mattr=-sse2 | grep '.long.1123418112'
double %D() { ret double 123.0 }