Skip to content

Commit 6175951

Browse files
[Analysis] Update getPromotionCandidatesForInstruction description (NFC) (llvm#107277)
Updates the description for getPromotionCandidatesForInstruction to reflect the cleanup done in llvm#95624.
1 parent 1324789 commit 6175951

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

llvm/include/llvm/Analysis/IndirectCallPromotionAnalysis.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,8 @@ class ICallPromotionAnalysis {
4949
/// Returns reference to array of InstrProfValueData for the given
5050
/// instruction \p I.
5151
///
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
5554
/// in the given array (which is sorted in reverse order of profitability).
5655
///
5756
/// The returned array space is owned by this class, and overwritten on

0 commit comments

Comments
 (0)