aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2011-02-27-Fpextend.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/2011-02-27-Fpextend.ll')
-rw-r--r--test/CodeGen/X86/2011-02-27-Fpextend.ll7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/CodeGen/X86/2011-02-27-Fpextend.ll b/test/CodeGen/X86/2011-02-27-Fpextend.ll
deleted file mode 100644
index c12b9563b305..000000000000
--- a/test/CodeGen/X86/2011-02-27-Fpextend.ll
+++ /dev/null
@@ -1,7 +0,0 @@
-; RUN: llc -mtriple=x86_64-pc-linux < %s
-; PR9309
-
-define <4 x double> @f_fu(<4 x float>) nounwind {
- %float2double.i = fpext <4 x float> %0 to <4 x double>
- ret <4 x double> %float2double.i
-}