[driver] Remove redundant cases due to overlapping commits between Ted (r165531,...
authorChad Rosier <mcrosier@apple.com>
Tue, 9 Oct 2012 20:01:58 +0000 (20:01 +0000)
committerChad Rosier <mcrosier@apple.com>
Tue, 9 Oct 2012 20:01:58 +0000 (20:01 +0000)
(r165534), but leave the test case in place.

llvm-svn: 165537

clang/lib/Driver/Tools.cpp

index 790b9f0..63d31b8 100644 (file)
@@ -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)