forked from OSchip/llvm-project
Fix Wdocumentation warning - remove param tag for old argument
llvm-svn: 325777
This commit is contained in:
parent
8d8d0a733f
commit
753c0d20f7
|
@ -395,8 +395,6 @@ public:
|
|||
/// We traverse the inline stack of that instruction, and match it with the
|
||||
/// tree nodes in the profile.
|
||||
///
|
||||
/// \param Inst Instruction to query.
|
||||
///
|
||||
/// \returns the FunctionSamples pointer to the inlined instance.
|
||||
const FunctionSamples *findFunctionSamples(const DILocation *DIL) const;
|
||||
|
||||
|
|
Loading…
Reference in New Issue