diff options
author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2018-12-06 19:17:28 +0000 |
---|---|---|
committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2018-12-06 19:17:28 +0000 |
commit | 845d5a0aa836e91be70802b6c6e5bc72b9585b2f (patch) | |
tree | 81256253eadfa4ead501ce84a71d3b9d2ad3fae5 /llvm/lib/CodeGen | |
parent | 273b7789979bec587379d51fb176c7bbaeb9e1bc (diff) | |
download | bcm5719-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.cpp | 2 |
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); |