aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/Mips/double2int.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/Mips/double2int.ll')
-rw-r--r--test/CodeGen/Mips/double2int.ll8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/CodeGen/Mips/double2int.ll b/test/CodeGen/Mips/double2int.ll
deleted file mode 100644
index 445ccb334a8f..000000000000
--- a/test/CodeGen/Mips/double2int.ll
+++ /dev/null
@@ -1,8 +0,0 @@
-; RUN: llc -march=mips < %s | FileCheck %s
-
-define i32 @f1(double %d) nounwind readnone {
-entry:
-; CHECK: trunc.w.d $f{{[0-9]+}}, $f12
- %conv = fptosi double %d to i32
- ret i32 %conv
-}