Skip to content

Commit

Permalink
[Analysis] Update getPromotionCandidatesForInstruction description (N…
Browse files Browse the repository at this point in the history
…FC) (#107277)

Updates the description for getPromotionCandidatesForInstruction to
reflect the cleanup done in #95624.
  • Loading branch information
teresajohnson authored Sep 4, 2024
1 parent 1324789 commit 6175951
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions llvm/include/llvm/Analysis/IndirectCallPromotionAnalysis.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,8 @@ class ICallPromotionAnalysis {
/// Returns reference to array of InstrProfValueData for the given
/// instruction \p I.
///
/// The \p NumVals, \p TotalCount and \p NumCandidates
/// are set to the number of values in the array, the total profile count
/// 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
/// in the given array (which is sorted in reverse order of profitability).
///
/// The returned array space is owned by this class, and overwritten on
Expand Down

0 comments on commit 6175951

Please sign in to comment.