Remove unused parameter, followup to r179639. No behavior change.

llvm-svn: 226128
This commit is contained in:
Nico Weber
2015-01-15 06:00:15 +00:00
parent 2b5a4fbc30
commit 8afb37e1a1
4 changed files with 1 additions and 6 deletions

View File

@@ -238,7 +238,6 @@ void CodeGenerator::anchor() { }
CodeGenerator *clang::CreateLLVMCodeGen(DiagnosticsEngine &Diags,
const std::string& ModuleName,
const CodeGenOptions &CGO,
const TargetOptions &/*TO*/,
llvm::LLVMContext& C,
CoverageSourceInfo *CoverageInfo) {
return new CodeGeneratorImpl(Diags, ModuleName, CGO, C, CoverageInfo);