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

llvm-svn: 217465
This commit is contained in:
NAKAMURA Takumi 2014-09-09 22:44:30 +00:00
parent f76da3469d
commit 1ab0cf0e28
1 changed files with 0 additions and 1 deletions

View File

@ -707,7 +707,6 @@ unsigned SampleProfileLoader::getFunctionLoc(Function &F) {
/// metadata on B using the computed values for each of its branches. /// metadata on B using the computed values for each of its branches.
/// ///
/// \param F The function to query. /// \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. /// \returns true if \p F was modified. Returns false, otherwise.
bool SampleProfileLoader::emitAnnotations(Function &F) { bool SampleProfileLoader::emitAnnotations(Function &F) {