mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 10:42:39 +01:00
Fix warning: extra ‘;’
(NFC)
This commit is contained in:
parent
5dd61e6f09
commit
ce7aaf924e
@ -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
Block a user