File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
llvm/include/llvm/Analysis Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -49,9 +49,8 @@ class ICallPromotionAnalysis {
49
49
// / Returns reference to array of InstrProfValueData for the given
50
50
// / instruction \p I.
51
51
// /
52
- // / The \p NumVals, \p TotalCount and \p NumCandidates
53
- // / are set to the number of values in the array, the total profile count
54
- // / of the indirect call \p I, and the number of profitable candidates
52
+ // / The \p TotalCount and \p NumCandidates are set to the the total profile
53
+ // / count of the indirect call \p I and the number of profitable candidates
55
54
// / in the given array (which is sorted in reverse order of profitability).
56
55
// /
57
56
// / The returned array space is owned by this class, and overwritten on
You can’t perform that action at this time.
0 commit comments