diff --git a/include/llvm/ProfileData/SampleProf.h b/include/llvm/ProfileData/SampleProf.h index d0a49a0264c..d79ef3b3a9b 100644 --- a/include/llvm/ProfileData/SampleProf.h +++ b/include/llvm/ProfileData/SampleProf.h @@ -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;