diff options
Diffstat (limited to 'lib/Driver/Tools.cpp')
-rw-r--r-- | lib/Driver/Tools.cpp | 2 |
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) |