Fix Wdocumentation warning. NFCI.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Fri, 10 Jan 2020 10:29:47 +0000 (10:29 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Fri, 10 Jan 2020 10:32:37 +0000 (10:32 +0000)
llvm/lib/CodeGen/MachineOutliner.cpp

index d6ce08a..3a9104b 100644 (file)
@@ -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.