File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff 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;
You can’t perform that action at this time.
0 commit comments