aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/Mips/2008-07-07-FPExtend.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/Mips/2008-07-07-FPExtend.ll')
-rw-r--r--test/CodeGen/Mips/2008-07-07-FPExtend.ll8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/CodeGen/Mips/2008-07-07-FPExtend.ll b/test/CodeGen/Mips/2008-07-07-FPExtend.ll
deleted file mode 100644
index 29c8e8446e3d..000000000000
--- a/test/CodeGen/Mips/2008-07-07-FPExtend.ll
+++ /dev/null
@@ -1,8 +0,0 @@
-; RUN: llc -march=mips -mattr=single-float < %s | FileCheck %s
-
-define double @dofloat(float %a) nounwind {
-entry:
-; CHECK: __extendsfdf2
- fpext float %a to double ; <double>:0 [#uses=1]
- ret double %0
-}