diff options
author | Douglas Gregor <dgregor@apple.com> | 2011-09-15 19:45:56 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2011-09-15 19:45:56 +0000 |
commit | 8a880e3ff613e7592d1824f87ed6c9391cc745aa (patch) | |
tree | 395b1f7f78cd56121bbd837af8126433886dd6ba /clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp | |
parent | 79a70e42b0baf4001e896dc640b95113f44b93bd (diff) | |
download | llvm-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.cpp | 1 |
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(); |