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.ll5
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/test/Regression/CodeGen/X86/fp-immediate-shorten.ll b/llvm/test/Regression/CodeGen/X86/fp-immediate-shorten.ll
deleted file mode 100644
index 6acc2c2684e..00000000000
--- a/llvm/test/Regression/CodeGen/X86/fp-immediate-shorten.ll
+++ /dev/null
@@ -1,5 +0,0 @@
-;; Test that this FP immediate is stored in the constant pool as a float.
-
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 -mattr=-sse2,-sse3 | grep '.long.1123418112'
-
-double %D() { ret double 123.0 }
OpenPOWER on IntegriCloud