mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
reformatted
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user