diff options
| author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2018-11-19 19:18:33 +0000 |
|---|---|---|
| committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2018-11-19 19:18:33 +0000 |
| commit | 01f4c4be903dd90ed909b2da63bcdcc571eca45e (patch) | |
| tree | 9175638e19d61da0219aeb4cf740014759995638 /llvm/lib/CodeGen/MachineOutliner.cpp | |
| parent | 493ac5320bff9df4e85b3d806c4e088584532193 (diff) | |
| download | bcm5719-llvm-01f4c4be903dd90ed909b2da63bcdcc571eca45e.tar.gz bcm5719-llvm-01f4c4be903dd90ed909b2da63bcdcc571eca45e.zip | |
Fix Wdocumentation warning. NFCI.
llvm-svn: 347253
Diffstat (limited to 'llvm/lib/CodeGen/MachineOutliner.cpp')
| -rw-r--r-- | llvm/lib/CodeGen/MachineOutliner.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/MachineOutliner.cpp b/llvm/lib/CodeGen/MachineOutliner.cpp index 178df2b5576..ccd6c31a9dc 100644 --- a/llvm/lib/CodeGen/MachineOutliner.cpp +++ b/llvm/lib/CodeGen/MachineOutliner.cpp @@ -924,7 +924,7 @@ struct MachineOutliner : public ModulePass { /// \param[out] CandidateList Filled with outlining candidates for the module. /// \param[out] FunctionList Filled with functions corresponding to each type /// of \p Candidate. - /// \param ST The suffix tree for the module. + /// \param Mapper Contains the instruction mappings for the module. /// /// \returns The length of the longest candidate found. 0 if there are none. unsigned |

