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