aboutsummaryrefslogtreecommitdiff
path: root/lib/Driver/Tools.cpp
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2012-10-09 20:01:58 +0000
committerChad Rosier <mcrosier@apple.com>2012-10-09 20:01:58 +0000
commit96a6eb910a25f083c173e333cc21f1e0b783de4d (patch)
tree367aa6c19072dc1091a84a21c6f6b22de1b9d7f1 /lib/Driver/Tools.cpp
parent4def70d3040e73707c738f7c366737a986135edf (diff)
[driver] Remove redundant cases due to overlapping commits between Ted (r165531, 165532) and I
(r165534), but leave the test case in place. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@165537 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Driver/Tools.cpp')
-rw-r--r--lib/Driver/Tools.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Driver/Tools.cpp b/lib/Driver/Tools.cpp
index 790b9f0299..63d31b8ad4 100644
--- a/lib/Driver/Tools.cpp
+++ b/lib/Driver/Tools.cpp
@@ -3612,7 +3612,6 @@ void darwin::CC1::RemoveCC1UnsupportedArgs(ArgStringList &CmdArgs) const {
.Case("constant-conversion", true)
.Case("conversion-null", true)
.Case("CFString-literal", true)
- .Case("constant-conversion", true)
.Case("constant-logical-operand", true)
.Case("custom-atomic-properties", true)
.Case("default-arg-special-member", true)
@@ -3636,7 +3635,6 @@ void darwin::CC1::RemoveCC1UnsupportedArgs(ArgStringList &CmdArgs) const {
.Case("incomplete-implementation", true)
.Case("int-conversion", true)
.Case("initializer-overrides", true)
- .Case("int-conversion", true)
.Case("invalid-noreturn", true)
.Case("invalid-token-paste", true)
.Case("language-extension-token", true)