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() {
37
37
// When printing LLVM IR, we should convert the module to the debug info
38
38
// format that LLVM expects us to print.
39
39
// See https://llvm.org/docs/RemoveDIsDebugInfo.html
40
- llvm::ScopedDbgInfoFormatSetter FormatSetter (*llvmModule,
40
+ llvm::ScopedDbgInfoFormatSetter formatSetter (*llvmModule,
41
41
WriteNewDbgInfoFormat);
42
42
if (WriteNewDbgInfoFormat)
43
43
llvmModule->removeDebugIntrinsicDeclarations ();
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ void registerTestToLLVMIR() {
128
128
// When printing LLVM IR, we should convert the module to the debug info
129
129
// format that LLVM expects us to print.
130
130
// See https://llvm.org/docs/RemoveDIsDebugInfo.html
131
- llvm::ScopedDbgInfoFormatSetter FormatSetter (*llvmModule,
131
+ llvm::ScopedDbgInfoFormatSetter formatSetter (*llvmModule,
132
132
WriteNewDbgInfoFormat);
133
133
if (WriteNewDbgInfoFormat)
134
134
llvmModule->removeDebugIntrinsicDeclarations ();
You can’t perform that action at this time.
0 commit comments