Fix `warning: extra ‘;’` (NFC)

This commit is contained in:
Mehdi Amini 2020-03-18 14:21:14 +00:00
parent f3e297d90f
commit 4d506da91c
1 changed files with 1 additions and 1 deletions

View File

@ -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