summaryrefslogtreecommitdiff
path: root/test/CodeGen/SystemZ/01-RetArg.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/SystemZ/01-RetArg.ll')
-rw-r--r--test/CodeGen/SystemZ/01-RetArg.ll6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/CodeGen/SystemZ/01-RetArg.ll b/test/CodeGen/SystemZ/01-RetArg.ll
deleted file mode 100644
index 8e1ff49c26..0000000000
--- a/test/CodeGen/SystemZ/01-RetArg.ll
+++ /dev/null
@@ -1,6 +0,0 @@
-; RUN: llc < %s -march=systemz
-
-define i64 @foo(i64 %a, i64 %b) {
-entry:
- ret i64 %b
-}