aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
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
commit8a880e3ff613e7592d1824f87ed6c9391cc745aa (patch)
tree395b1f7f78cd56121bbd837af8126433886dd6ba /clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
parent79a70e42b0baf4001e896dc640b95113f44b93bd (diff)
downloadllvm-8a880e3ff613e7592d1824f87ed6c9391cc745aa.zip
llvm-8a880e3ff613e7592d1824f87ed6c9391cc745aa.tar.gz
llvm-8a880e3ff613e7592d1824f87ed6c9391cc745aa.tar.bz2
Eliminate the unused -create-module cc1-level option
llvm-svn: 139827
Diffstat (limited to 'clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp')
-rw-r--r--clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp b/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
index a506b41..1b808c1 100644
--- a/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
+++ b/clang/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();