From: Chad Rosier Date: Tue, 9 Oct 2012 20:01:58 +0000 (+0000) Subject: [driver] Remove redundant cases due to overlapping commits between Ted (r165531,... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=96a6eb910a25f083c173e333cc21f1e0b783de4d;p=clang [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 --- 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)