Skip to content

Commit 2e902c2

Browse files
committed
Change comment to mention bolt and propeller as examples of post link profiles.
1 parent 9b92076 commit 2e902c2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

llvm/include/llvm/Object/ELFTypes.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1016,7 +1016,7 @@ struct PGOAnalysisMap {
10161016
uint32_t ID;
10171017
/// Branch Probability of the edge to this successor taken from MBPI.
10181018
BranchProbability Prob;
1019-
/// Raw edge count from the post link profile.
1019+
/// Raw edge count from the post link profile (e.g., bolt or propeller).
10201020
uint64_t PostLinkFreq;
10211021

10221022
bool operator==(const SuccessorEntry &Other) const {
@@ -1027,7 +1027,8 @@ struct PGOAnalysisMap {
10271027

10281028
/// Block frequency taken from MBFI
10291029
BlockFrequency BlockFreq;
1030-
/// Raw block count taken from the post linke profile
1030+
/// Raw block count taken from the post link profile (e.g., bolt or
1031+
/// propeller).
10311032
uint64_t PostLinkBlockFreq = 0;
10321033
/// List of successors of the current block
10331034
llvm::SmallVector<SuccessorEntry, 2> Successors;

0 commit comments

Comments
 (0)