forked from OSchip/llvm-project
Fix `warning: extra ‘;’` (NFC)
This commit is contained in:
parent
f3e297d90f
commit
4d506da91c
|
@ -205,7 +205,7 @@ void ThinLtoModuleIndex::updatePathRank(StringRef Path, unsigned Distance) {
|
|||
Entry.Count += 1;
|
||||
Entry.MinDist = std::min(Entry.MinDist, Distance);
|
||||
assert(Entry.MinDist > 0 && "We want it as a divisor");
|
||||
};
|
||||
}
|
||||
|
||||
// TODO: The size of a ThreadPool's task queue is not accessible. It would
|
||||
// be great to know in order to estimate how many modules we schedule. The
|
||||
|
|
Loading…
Reference in New Issue