diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-09-09 22:44:30 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-09-09 22:44:30 +0000 |
| commit | 1ab0cf0e284b0f896f4127bc046bf5490c37ebd8 (patch) | |
| tree | 49a34fb00a18eb6112bcb8fe59eded444cb08529 /llvm/lib/Transforms | |
| parent | f76da3469db7ec66da046f9ee83756f9cff6ea79 (diff) | |
| download | bcm5719-llvm-1ab0cf0e284b0f896f4127bc046bf5490c37ebd8.tar.gz bcm5719-llvm-1ab0cf0e284b0f896f4127bc046bf5490c37ebd8.zip | |
SampleProfile.cpp: Prune a stray \param added in r217437. [-Wdocumentation]
llvm-svn: 217465
Diffstat (limited to 'llvm/lib/Transforms')
| -rw-r--r-- | llvm/lib/Transforms/Scalar/SampleProfile.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Scalar/SampleProfile.cpp b/llvm/lib/Transforms/Scalar/SampleProfile.cpp index 735ffe18460..5c24f1c8dac 100644 --- a/llvm/lib/Transforms/Scalar/SampleProfile.cpp +++ b/llvm/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) { |

