summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorSimon Pilgrim <llvm-dev@redking.me.uk>2020-01-10 10:29:47 +0000
committerSimon Pilgrim <llvm-dev@redking.me.uk>2020-01-10 10:32:37 +0000
commitb2cd273416f82b6c5efeb6138276d9e6b6f8256e (patch)
tree949bc7d26247520f12a602b7f6dee45ae9885f58 /llvm/lib/CodeGen
parent3804ac63d5d8443d0b6826b566e9cbb84d8898f3 (diff)
downloadbcm5719-llvm-b2cd273416f82b6c5efeb6138276d9e6b6f8256e.tar.gz
bcm5719-llvm-b2cd273416f82b6c5efeb6138276d9e6b6f8256e.zip
Fix Wdocumentation warning. NFCI.
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 d6ce08a0097..3a9104bda0d 100644
--- a/llvm/lib/CodeGen/MachineOutliner.cpp
+++ b/llvm/lib/CodeGen/MachineOutliner.cpp
@@ -311,8 +311,6 @@ private:
/// Set the suffix indices of the leaves to the start indices of their
/// respective suffixes.
- ///
- /// \param[in] CurrNode The node currently being visited.
void setSuffixIndices() {
// List of nodes we need to visit along with the current length of the
// string.
OpenPOWER on IntegriCloud