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 1324789 commit 6175951Copy full SHA for 6175951
llvm/include/llvm/Analysis/IndirectCallPromotionAnalysis.h
@@ -49,9 +49,8 @@ class ICallPromotionAnalysis {
49
/// Returns reference to array of InstrProfValueData for the given
50
/// instruction \p I.
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
+ /// The \p TotalCount and \p NumCandidates are set to the the total profile
+ /// count of the indirect call \p I and the number of profitable candidates
55
/// in the given array (which is sorted in reverse order of profitability).
56
57
/// The returned array space is owned by this class, and overwritten on
0 commit comments