summaryrefslogtreecommitdiffstats
path: root/llvm/test/Regression/CodeGen/X86/fp-immediate-shorten.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Regression/CodeGen/X86/fp-immediate-shorten.ll')
-rw-r--r--llvm/test/Regression/CodeGen/X86/fp-immediate-shorten.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Regression/CodeGen/X86/fp-immediate-shorten.ll b/llvm/test/Regression/CodeGen/X86/fp-immediate-shorten.ll
index 966bf787500..c20a2e8d58c 100644
--- a/llvm/test/Regression/CodeGen/X86/fp-immediate-shorten.ll
+++ b/llvm/test/Regression/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 -mattr=-sse2 | grep '.long.1123418112'
+; RUN: llvm-as < %s | llc -march=x86 -mattr=-sse2,-sse3 | grep '.long.1123418112'
double %D() { ret double 123.0 }
OpenPOWER on IntegriCloud