summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorSimon Pilgrim <llvm-dev@redking.me.uk>2018-12-06 19:17:28 +0000
committerSimon Pilgrim <llvm-dev@redking.me.uk>2018-12-06 19:17:28 +0000
commit845d5a0aa836e91be70802b6c6e5bc72b9585b2f (patch)
tree81256253eadfa4ead501ce84a71d3b9d2ad3fae5 /llvm/lib/CodeGen
parent273b7789979bec587379d51fb176c7bbaeb9e1bc (diff)
downloadbcm5719-llvm-845d5a0aa836e91be70802b6c6e5bc72b9585b2f.tar.gz
bcm5719-llvm-845d5a0aa836e91be70802b6c6e5bc72b9585b2f.zip
Fix Wdocumentation warning. NFCI.
llvm-svn: 348517
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/MachineOutliner.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/MachineOutliner.cpp b/llvm/lib/CodeGen/MachineOutliner.cpp
index a99f85fc5b2..ad96c0e579e 100644
--- a/llvm/lib/CodeGen/MachineOutliner.cpp
+++ b/llvm/lib/CodeGen/MachineOutliner.cpp
@@ -881,8 +881,6 @@ struct MachineOutliner : public ModulePass {
/// \param Mapper Contains outlining mapping information.
/// \param[out] FunctionList Filled with a list of \p OutlinedFunctions
/// each type of candidate.
- ///
- /// \returns The length of the longest candidate found.
void findCandidates(InstructionMapper &Mapper,
std::vector<OutlinedFunction> &FunctionList);
OpenPOWER on IntegriCloud