Skip to content

Commit fe32431

Browse files
committed
Formatting changes
1 parent 097a950 commit fe32431

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bolt/lib/Rewrite/DWARFRewriter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,7 @@ 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 int ThreadCount = std::min(opts::DebugThreadCount, opts::ThreadCount);
728+
const unsigned int ThreadCount = std::min(opts::DebugThreadCount, opts::ThreadCount);
729729
ThreadPoolInterface &ThreadPool =
730730
ParallelUtilities::getThreadPool(ThreadCount);
731731
for (DWARFUnit *CU : DIEBlder.getProcessedCUs()) {

0 commit comments

Comments
 (0)