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/lib/Target/SystemZ/TargetInfo/SystemZTargetInfo.cpp | |
| parent | 30c39c8bf22f07abba6342745d30b2b9398c900f (diff) | |
| download | bcm5719-llvm-dfc96aea900b281d45779ed3602af3431f5143e9.tar.gz bcm5719-llvm-dfc96aea900b281d45779ed3602af3431f5143e9.zip | |
Remove the SystemZ backend.
llvm-svn: 142878
Diffstat (limited to 'llvm/lib/Target/SystemZ/TargetInfo/SystemZTargetInfo.cpp')
| -rw-r--r-- | llvm/lib/Target/SystemZ/TargetInfo/SystemZTargetInfo.cpp | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/llvm/lib/Target/SystemZ/TargetInfo/SystemZTargetInfo.cpp b/llvm/lib/Target/SystemZ/TargetInfo/SystemZTargetInfo.cpp deleted file mode 100644 index da99282ecb0..00000000000 --- a/llvm/lib/Target/SystemZ/TargetInfo/SystemZTargetInfo.cpp +++ /dev/null @@ -1,19 +0,0 @@ -//===-- SystemZTargetInfo.cpp - SystemZ Target Implementation -------------===// -// -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. -// -//===----------------------------------------------------------------------===// - -#include "SystemZ.h" -#include "llvm/Module.h" -#include "llvm/Support/TargetRegistry.h" -using namespace llvm; - -Target llvm::TheSystemZTarget; - -extern "C" void LLVMInitializeSystemZTargetInfo() { - RegisterTarget<Triple::systemz> X(TheSystemZTarget, "systemz", "SystemZ"); -} |

