reformatted

This commit is contained in:
David Ungar
2018-02-14 10:08:01 -07:00
parent 1f9a4f3591
commit fec411e9bc
10 changed files with 110 additions and 74 deletions

View File

@@ -412,8 +412,8 @@ IRGenModule::IRGenModule(IRGenerator &irgen,
SwiftCC = llvm::CallingConv::Swift;
if (IRGen.Opts.DebugInfoKind > IRGenDebugInfoKind::None)
DebugInfo = IRGenDebugInfo::createIRGenDebugInfo(
IRGen.Opts, *CI, *this, Module, PSPs.MainInputFilenameForDebugInfo);
DebugInfo = IRGenDebugInfo::createIRGenDebugInfo(IRGen.Opts, *CI, *this,
Module, PSPs.MainInputFilenameForDebugInfo);
initClangTypeConverter();