aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/shrink-fp-const1.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/shrink-fp-const1.ll')
-rw-r--r--test/CodeGen/X86/shrink-fp-const1.ll7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/CodeGen/X86/shrink-fp-const1.ll b/test/CodeGen/X86/shrink-fp-const1.ll
deleted file mode 100644
index 49b9fa3c4129..000000000000
--- a/test/CodeGen/X86/shrink-fp-const1.ll
+++ /dev/null
@@ -1,7 +0,0 @@
-; RUN: llc < %s -march=x86-64 -mattr=+sse2 | not grep cvtss2sd
-; PR1264
-
-define double @foo(double %x) {
- %y = fmul double %x, 5.000000e-01
- ret double %y
-}