[llvm] r325777 - Fix Wdocumentation warning - remove param tag for old argument

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 22 05:28:42 PST 2018


Author: rksimon
Date: Thu Feb 22 05:28:42 2018
New Revision: 325777

URL: http://llvm.org/viewvc/llvm-project?rev=325777&view=rev
Log:
Fix Wdocumentation warning - remove param tag for old argument

Modified:
    llvm/trunk/include/llvm/ProfileData/SampleProf.h

Modified: llvm/trunk/include/llvm/ProfileData/SampleProf.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/ProfileData/SampleProf.h?rev=325777&r1=325776&r2=325777&view=diff
==============================================================================
--- llvm/trunk/include/llvm/ProfileData/SampleProf.h (original)
+++ llvm/trunk/include/llvm/ProfileData/SampleProf.h Thu Feb 22 05:28:42 2018
@@ -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;
 




More information about the llvm-commits mailing list