summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/SystemZ/02-RetAdd.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/02-RetAdd.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/02-RetAdd.ll')
-rw-r--r--llvm/test/CodeGen/SystemZ/02-RetAdd.ll6
1 files changed, 0 insertions, 6 deletions
diff --git a/llvm/test/CodeGen/SystemZ/02-RetAdd.ll b/llvm/test/CodeGen/SystemZ/02-RetAdd.ll
deleted file mode 100644
index d5dfa220ad2..00000000000
--- a/llvm/test/CodeGen/SystemZ/02-RetAdd.ll
+++ /dev/null
@@ -1,6 +0,0 @@
-; RUN: llc < %s -march=systemz
-define i64 @foo(i64 %a, i64 %b) {
-entry:
- %c = add i64 %a, %b
- ret i64 %c
-}
OpenPOWER on IntegriCloud