forked from OSchip/llvm-project
SampleProfile.cpp - fix Wdocumentation warning. NFCI.
Remove duplicate param
This commit is contained in:
parent
89edda7084
commit
476b912e7c
|
@ -1093,7 +1093,6 @@ SampleProfileLoader::findFunctionSamples(const Instruction &Inst) const {
|
|||
/// \param Candidate ICP and inline candidate.
|
||||
/// \param Sum Sum of target counts for indirect call.
|
||||
/// \param PromotedInsns Map to keep track of indirect call already processed.
|
||||
/// \param Candidate ICP and inline candidate.
|
||||
/// \param InlinedCallSite Output vector for new call sites exposed after
|
||||
/// inlining.
|
||||
bool SampleProfileLoader::tryPromoteAndInlineCandidate(
|
||||
|
|
Loading…
Reference in New Issue