File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ void registerToLLVMIRTranslation() {
3737 // When printing LLVM IR, we should convert the module to the debug info
3838 // format that LLVM expects us to print.
3939 // See https://llvm.org/docs/RemoveDIsDebugInfo.html
40- llvm::ScopedDbgInfoFormatSetter FormatSetter (*llvmModule,
40+ llvm::ScopedDbgInfoFormatSetter formatSetter (*llvmModule,
4141 WriteNewDbgInfoFormat);
4242 if (WriteNewDbgInfoFormat)
4343 llvmModule->removeDebugIntrinsicDeclarations ();
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ void registerTestToLLVMIR() {
128128 // When printing LLVM IR, we should convert the module to the debug info
129129 // format that LLVM expects us to print.
130130 // See https://llvm.org/docs/RemoveDIsDebugInfo.html
131- llvm::ScopedDbgInfoFormatSetter FormatSetter (*llvmModule,
131+ llvm::ScopedDbgInfoFormatSetter formatSetter (*llvmModule,
132132 WriteNewDbgInfoFormat);
133133 if (WriteNewDbgInfoFormat)
134134 llvmModule->removeDebugIntrinsicDeclarations ();
You can’t perform that action at this time.
0 commit comments