Skip to content

Commit 61659b4

Browse files
committed
Formatting change
1 parent 83e179a commit 61659b4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bolt/lib/Rewrite/DWARFRewriter.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,8 @@ void DWARFRewriter::updateDebugInfo() {
725725
for (std::vector<DWARFUnit *> &Vec : PartVec) {
726726
DIEBlder.buildCompileUnits(Vec);
727727
llvm::SmallVector<std::unique_ptr<DIEBuilder>, 72> DWODIEBuildersByCU;
728-
const unsigned int ThreadCount = std::min(opts::DebugThreadCount, opts::ThreadCount);
728+
const unsigned int ThreadCount =
729+
std::min(opts::DebugThreadCount, opts::ThreadCount);
729730
ThreadPoolInterface &ThreadPool =
730731
ParallelUtilities::getThreadPool(ThreadCount);
731732
for (DWARFUnit *CU : DIEBlder.getProcessedCUs()) {

0 commit comments

Comments
 (0)