diff options
| author | Dan Gohman <gohman@apple.com> | 2011-10-24 23:48:32 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2011-10-24 23:48:32 +0000 |
| commit | dfc96aea900b281d45779ed3602af3431f5143e9 (patch) | |
| tree | 92c88d6ff9235346c5b7e1fcff57bc81987ff023 /llvm/test/CodeGen/SystemZ/02-RetAdd.ll | |
| parent | 30c39c8bf22f07abba6342745d30b2b9398c900f (diff) | |
| download | bcm5719-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.ll | 6 |
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 -} |

