Skip to content

Commit c78d056

Browse files
authored
[llvm] Fix typo in comments (#108230)
Fixes #107949 Signed-off-by: Kushal Pal <[email protected]>
1 parent 09a4c23 commit c78d056

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/Analysis/BranchProbabilityInfo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ class BranchProbabilityInfo {
169169
/// Test if an edge is hot relative to other out-edges of the Src.
170170
///
171171
/// Check whether this edge out of the source block is 'hot'. We define hot
172-
/// as having a relative probability >= 80%.
172+
/// as having a relative probability > 80%.
173173
bool isEdgeHot(const BasicBlock *Src, const BasicBlock *Dst) const;
174174

175175
/// Print an edge's probability.

0 commit comments

Comments
 (0)