aboutsummaryrefslogtreecommitdiff
path: root/lib/Driver/Tools.cpp
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2011-10-24 23:48:52 +0000
committerDan Gohman <gohman@apple.com>2011-10-24 23:48:52 +0000
commit0986eb5c59c43809df95bac10138edd44c1ebb69 (patch)
tree65d4f2aeeb58d5fe8266e89704f9683747767b2f /lib/Driver/Tools.cpp
parent41422511e80e05d42bbf2d8460ca1b8b59db68ae (diff)
Remove the SystemZ backend.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@142879 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Driver/Tools.cpp')
-rw-r--r--lib/Driver/Tools.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/Driver/Tools.cpp b/lib/Driver/Tools.cpp
index 42041d6566..11af01c651 100644
--- a/lib/Driver/Tools.cpp
+++ b/lib/Driver/Tools.cpp
@@ -507,9 +507,6 @@ static bool isSignedCharDefault(const llvm::Triple &Triple) {
if (Triple.isOSDarwin())
return true;
return false;
-
- case llvm::Triple::systemz:
- return false;
}
}