[llvm] r244309 - ShrinkWrap.cpp: Tweak r244235 for a non-functional member, PredicateFtor. [-Wdocumentation]

NAKAMURA Takumi via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 7 00:40:23 PDT 2015


Author: chapuni
Date: Fri Aug  7 02:40:23 2015
New Revision: 244309

URL: http://llvm.org/viewvc/llvm-project?rev=244309&view=rev
Log:
ShrinkWrap.cpp: Tweak r244235 for a non-functional member, PredicateFtor. [-Wdocumentation]

Modified:
    llvm/trunk/lib/CodeGen/ShrinkWrap.cpp

Modified: llvm/trunk/lib/CodeGen/ShrinkWrap.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/ShrinkWrap.cpp?rev=244309&r1=244308&r2=244309&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/ShrinkWrap.cpp (original)
+++ llvm/trunk/lib/CodeGen/ShrinkWrap.cpp Fri Aug  7 02:40:23 2015
@@ -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.




More information about the llvm-commits mailing list