Skip to content

Commit

Permalink
BlockFrequencyInfoImpl.cpp - add missing closing namespace comment. NFC
Browse files Browse the repository at this point in the history
Fixes clang-tidy llvm-namespace-comment warning
  • Loading branch information
RKSimon committed Feb 12, 2023
1 parent d38fcb4 commit faf5616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/lib/Analysis/BlockFrequencyInfoImpl.cpp
Expand Up @@ -59,7 +59,7 @@ cl::opt<double> IterativeBFIPrecision(
"iterative-bfi-precision", cl::init(1e-12), cl::Hidden,
cl::desc("Iterative inference: delta convergence precision; smaller values "
"typically lead to better results at the cost of worsen runtime"));
}
} // namespace llvm

ScaledNumber<uint64_t> BlockMass::toScaled() const {
if (isFull())
Expand Down

0 comments on commit faf5616

Please sign in to comment.