We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09a4c23 commit c78d056Copy full SHA for c78d056
llvm/include/llvm/Analysis/BranchProbabilityInfo.h
@@ -169,7 +169,7 @@ class BranchProbabilityInfo {
169
/// Test if an edge is hot relative to other out-edges of the Src.
170
///
171
/// Check whether this edge out of the source block is 'hot'. We define hot
172
- /// as having a relative probability >= 80%.
+ /// as having a relative probability > 80%.
173
bool isEdgeHot(const BasicBlock *Src, const BasicBlock *Dst) const;
174
175
/// Print an edge's probability.
0 commit comments