[llvm] r217465 - SampleProfile.cpp: Prune a stray \param added in r217437. [-Wdocumentation]

NAKAMURA Takumi geek4civic at gmail.com
Tue Sep 9 15:44:30 PDT 2014


Author: chapuni
Date: Tue Sep  9 17:44:30 2014
New Revision: 217465

URL: http://llvm.org/viewvc/llvm-project?rev=217465&view=rev
Log:
SampleProfile.cpp: Prune a stray \param added in r217437. [-Wdocumentation]

Modified:
    llvm/trunk/lib/Transforms/Scalar/SampleProfile.cpp

Modified: llvm/trunk/lib/Transforms/Scalar/SampleProfile.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/Scalar/SampleProfile.cpp?rev=217465&r1=217464&r2=217465&view=diff
==============================================================================
--- llvm/trunk/lib/Transforms/Scalar/SampleProfile.cpp (original)
+++ llvm/trunk/lib/Transforms/Scalar/SampleProfile.cpp Tue Sep  9 17:44:30 2014
@@ -707,7 +707,6 @@ unsigned SampleProfileLoader::getFunctio
 /// metadata on B using the computed values for each of its branches.
 ///
 /// \param F The function to query.
-/// \param S The set of samples collected during \p F's execution.
 ///
 /// \returns true if \p F was modified. Returns false, otherwise.
 bool SampleProfileLoader::emitAnnotations(Function &F) {





More information about the llvm-commits mailing list