aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/ret_f32_arg2.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/ret_f32_arg2.ll')
-rw-r--r--test/CodeGen/ARM/ret_f32_arg2.ll6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/CodeGen/ARM/ret_f32_arg2.ll b/test/CodeGen/ARM/ret_f32_arg2.ll
deleted file mode 100644
index 0caee0bbaed2..000000000000
--- a/test/CodeGen/ARM/ret_f32_arg2.ll
+++ /dev/null
@@ -1,6 +0,0 @@
-; RUN: llc -mtriple=arm-eabi -mattr=+vfp2 %s -o /dev/null
-
-define float @test_f32(float %a1, float %a2) {
- ret float %a2
-}
-