aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/arguments4.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/arguments4.ll')
-rw-r--r--test/CodeGen/ARM/arguments4.ll9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/CodeGen/ARM/arguments4.ll b/test/CodeGen/ARM/arguments4.ll
deleted file mode 100644
index f5f4207b7b37..000000000000
--- a/test/CodeGen/ARM/arguments4.ll
+++ /dev/null
@@ -1,9 +0,0 @@
-; RUN: llc < %s -mtriple=arm-linux-gnueabi
-; RUN: llc < %s -mtriple=arm-apple-darwin
-
-define float @f(i32 %a, i128 %b) {
- %tmp = call float @g(i128 %b)
- ret float %tmp
-}
-
-declare float @g(i128)