aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/Mips/uitofp.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/Mips/uitofp.ll')
-rw-r--r--test/CodeGen/Mips/uitofp.ll12
1 files changed, 0 insertions, 12 deletions
diff --git a/test/CodeGen/Mips/uitofp.ll b/test/CodeGen/Mips/uitofp.ll
deleted file mode 100644
index 83c2069f9661..000000000000
--- a/test/CodeGen/Mips/uitofp.ll
+++ /dev/null
@@ -1,12 +0,0 @@
-; RUN: llc -march=mips -mattr=+single-float < %s
-
-define void @f0() nounwind {
-entry:
- %b = alloca i32, align 4
- %a = alloca float, align 4
- store volatile i32 1, i32* %b, align 4
- %0 = load volatile i32, i32* %b, align 4
- %conv = uitofp i32 %0 to float
- store float %conv, float* %a, align 4
- ret void
-}