From b2cd273416f82b6c5efeb6138276d9e6b6f8256e Mon Sep 17 00:00:00 2001 From: Simon Pilgrim Date: Fri, 10 Jan 2020 10:29:47 +0000 Subject: [PATCH] Fix Wdocumentation warning. NFCI. --- llvm/lib/CodeGen/MachineOutliner.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/llvm/lib/CodeGen/MachineOutliner.cpp b/llvm/lib/CodeGen/MachineOutliner.cpp index d6ce08a..3a9104b 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. -- 2.7.4