Fix build after clang r226128.

llvm-svn: 226180
This commit is contained in:
Nico Weber 2015-01-15 17:51:05 +00:00
parent 2d1c14563e
commit f37054fbde
1 changed files with 0 additions and 1 deletions

View File

@ -329,7 +329,6 @@ ClangExpressionParser::ClangExpressionParser (ExecutionContextScope *exe_scope,
m_code_generator.reset(CreateLLVMCodeGen(m_compiler->getDiagnostics(),
module_name,
m_compiler->getCodeGenOpts(),
m_compiler->getTargetOpts(),
*m_llvm_context));
}