Skip to content

Commit

Permalink
Fix warning: extra ‘;’ (NFC)
Browse files Browse the repository at this point in the history
  • Loading branch information
joker-eph committed Mar 18, 2020
1 parent f3e297d commit 4d506da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/examples/ThinLtoJIT/ThinLtoModuleIndex.cpp
Expand Up @@ -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
Expand Down

0 comments on commit 4d506da

Please sign in to comment.