From: NAKAMURA Takumi Date: Fri, 7 Aug 2015 07:40:23 +0000 (+0000) Subject: ShrinkWrap.cpp: Tweak r244235 for a non-functional member, PredicateFtor. [-Wdocument... X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=52cfa5e534983241703efdbcde10a749ab8ba742;p=oota-llvm.git ShrinkWrap.cpp: Tweak r244235 for a non-functional member, PredicateFtor. [-Wdocumentation] git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@244309 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/ShrinkWrap.cpp b/lib/CodeGen/ShrinkWrap.cpp index 261b8402bc0..43b39e934c4 100644 --- a/lib/CodeGen/ShrinkWrap.cpp +++ b/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 PredicateFtor; }; } // End anonymous namespace.