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