SampleProfile.cpp: Prune a stray \param added in r217437. [-Wdocumentation]
authorNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 9 Sep 2014 22:44:30 +0000 (22:44 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 9 Sep 2014 22:44:30 +0000 (22:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217465 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Scalar/SampleProfile.cpp

index 735ffe184607e960b18b7028a60355bf0b874345..5c24f1c8dac22acff0c32105dff7c0c07cbd63dc 100644 (file)
@@ -707,7 +707,6 @@ unsigned SampleProfileLoader::getFunctionLoc(Function &F) {
 /// 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) {