[llvm] r347253 - Fix Wdocumentation warning. NFCI.
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 19 11:18:33 PST 2018
Author: rksimon
Date: Mon Nov 19 11:18:33 2018
New Revision: 347253
URL: http://llvm.org/viewvc/llvm-project?rev=347253&view=rev
Log:
Fix Wdocumentation warning. NFCI.
Modified:
llvm/trunk/lib/CodeGen/MachineOutliner.cpp
Modified: llvm/trunk/lib/CodeGen/MachineOutliner.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/MachineOutliner.cpp?rev=347253&r1=347252&r2=347253&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/MachineOutliner.cpp (original)
+++ llvm/trunk/lib/CodeGen/MachineOutliner.cpp Mon Nov 19 11:18:33 2018
@@ -924,7 +924,7 @@ struct MachineOutliner : public ModulePa
/// \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
More information about the llvm-commits
mailing list