From: NAKAMURA Takumi Date: Tue, 9 Sep 2014 22:44:30 +0000 (+0000) Subject: SampleProfile.cpp: Prune a stray \param added in r217437. [-Wdocumentation] X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=589d2fc893fd4d206d5ba82ad4c26482b6602cac;p=oota-llvm.git SampleProfile.cpp: Prune a stray \param added in r217437. [-Wdocumentation] git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217465 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/Scalar/SampleProfile.cpp b/lib/Transforms/Scalar/SampleProfile.cpp index 735ffe18460..5c24f1c8dac 100644 --- a/lib/Transforms/Scalar/SampleProfile.cpp +++ b/lib/Transforms/Scalar/SampleProfile.cpp @@ -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) {