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