projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
493ac53
)
Fix Wdocumentation warning. NFCI.
author
Simon Pilgrim
<llvm-dev@redking.me.uk>
Mon, 19 Nov 2018 19:18:33 +0000
(19:18 +0000)
committer
Simon Pilgrim
<llvm-dev@redking.me.uk>
Mon, 19 Nov 2018 19:18:33 +0000
(19:18 +0000)
llvm-svn: 347253
llvm/lib/CodeGen/MachineOutliner.cpp
patch
|
blob
|
history
diff --git
a/llvm/lib/CodeGen/MachineOutliner.cpp
b/llvm/lib/CodeGen/MachineOutliner.cpp
index
178df2b
..
ccd6c31
100644
(file)
--- 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