summaryrefslogtreecommitdiffstats
path: root/lib/FrontendTool
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2011-09-15 19:45:56 +0000
committerDouglas Gregor <dgregor@apple.com>2011-09-15 19:45:56 +0000
commit531dcce3e5f5d5234520df7593e285d7dd007456 (patch)
treebe5c55e9ff069b3f19580cec680cb166949ae160 /lib/FrontendTool
parentae270598d5c7a9a283d4b3ddce53b151c6e2b182 (diff)
Eliminate the unused -create-module cc1-level option
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@139827 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/FrontendTool')
-rw-r--r--lib/FrontendTool/ExecuteCompilerInvocation.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/FrontendTool/ExecuteCompilerInvocation.cpp b/lib/FrontendTool/ExecuteCompilerInvocation.cpp
index a506b410c5..1b808c143e 100644
--- a/lib/FrontendTool/ExecuteCompilerInvocation.cpp
+++ b/lib/FrontendTool/ExecuteCompilerInvocation.cpp
@@ -39,7 +39,6 @@ static FrontendAction *CreateFrontendBaseAction(CompilerInstance &CI) {
case ASTDumpXML: return new ASTDumpXMLAction();
case ASTPrint: return new ASTPrintAction();
case ASTView: return new ASTViewAction();
- case CreateModule: return 0;
case DumpRawTokens: return new DumpRawTokensAction();
case DumpTokens: return new DumpTokensAction();
case EmitAssembly: return new EmitAssemblyAction();