diff options
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r-- | llvm/lib/CodeGen/MachineOutliner.cpp | 2 |
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. |