summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/SystemZ/03-RetAddSubreg.ll
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2011-10-24 23:48:32 +0000
committerDan Gohman <gohman@apple.com>2011-10-24 23:48:32 +0000
commitdfc96aea900b281d45779ed3602af3431f5143e9 (patch)
tree92c88d6ff9235346c5b7e1fcff57bc81987ff023 /llvm/test/CodeGen/SystemZ/03-RetAddSubreg.ll
parent30c39c8bf22f07abba6342745d30b2b9398c900f (diff)
downloadbcm5719-llvm-dfc96aea900b281d45779ed3602af3431f5143e9.tar.gz
bcm5719-llvm-dfc96aea900b281d45779ed3602af3431f5143e9.zip
Remove the SystemZ backend.
llvm-svn: 142878
Diffstat (limited to 'llvm/test/CodeGen/SystemZ/03-RetAddSubreg.ll')
-rw-r--r--llvm/test/CodeGen/SystemZ/03-RetAddSubreg.ll22
1 files changed, 0 insertions, 22 deletions
diff --git a/llvm/test/CodeGen/SystemZ/03-RetAddSubreg.ll b/llvm/test/CodeGen/SystemZ/03-RetAddSubreg.ll
deleted file mode 100644
index 337bb3fcb86..00000000000
--- a/llvm/test/CodeGen/SystemZ/03-RetAddSubreg.ll
+++ /dev/null
@@ -1,22 +0,0 @@
-; RUN: llc < %s -march=systemz | grep ar | count 3
-; RUN: llc < %s -march=systemz | grep lgfr | count 2
-; RUN: llc < %s -march=systemz | grep llgfr | count 1
-
-define i32 @foo(i32 %a, i32 %b) {
-entry:
- %c = add i32 %a, %b
- ret i32 %c
-}
-
-define zeroext i32 @foo1(i32 %a, i32 %b) {
-entry:
- %c = add i32 %a, %b
- ret i32 %c
-}
-
-define signext i32 @foo2(i32 %a, i32 %b) {
-entry:
- %c = add i32 %a, %b
- ret i32 %c
-}
-
OpenPOWER on IntegriCloud