diff options
Diffstat (limited to 'llvm/lib/CodeGen/ShrinkWrap.cpp')
-rw-r--r-- | llvm/lib/CodeGen/ShrinkWrap.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/ShrinkWrap.cpp b/llvm/lib/CodeGen/ShrinkWrap.cpp index 261b8402bc0..43b39e934c4 100644 --- a/llvm/lib/CodeGen/ShrinkWrap.cpp +++ b/llvm/lib/CodeGen/ShrinkWrap.cpp @@ -187,8 +187,8 @@ private: /// /// This function will be run at the beginning of shrink wrapping and /// determine whether shrink wrapping should run on the given MachineFunction. - /// \param[in] MF The MachineFunction to run shrink wrapping on. - /// \return true if shrink wrapping should be run, false otherwise. + /// \arg MF The MachineFunction to run shrink wrapping on. + /// It returns true if shrink wrapping should be run, false otherwise. std::function<bool(const MachineFunction &MF)> PredicateFtor; }; } // End anonymous namespace. |