aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/SystemZ/03-RetArgSubreg.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/SystemZ/03-RetArgSubreg.ll')
-rw-r--r--test/CodeGen/SystemZ/03-RetArgSubreg.ll19
1 files changed, 0 insertions, 19 deletions
diff --git a/test/CodeGen/SystemZ/03-RetArgSubreg.ll b/test/CodeGen/SystemZ/03-RetArgSubreg.ll
deleted file mode 100644
index 476821a..0000000
--- a/test/CodeGen/SystemZ/03-RetArgSubreg.ll
+++ /dev/null
@@ -1,19 +0,0 @@
-; RUN: llc < %s -march=systemz | grep lgr | count 2
-; RUN: llc < %s -march=systemz | grep nihf | count 1
-; RUN: llc < %s -march=systemz | grep lgfr | count 1
-
-
-define i32 @foo(i32 %a, i32 %b) {
-entry:
- ret i32 %b
-}
-
-define zeroext i32 @foo1(i32 %a, i32 %b) {
-entry:
- ret i32 %b
-}
-
-define signext i32 @foo2(i32 %a, i32 %b) {
-entry:
- ret i32 %b
-}