ShrinkWrap.cpp: Tweak r244235 for a non-functional member, PredicateFtor. [-Wdocument...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 7 Aug 2015 07:40:23 +0000 (07:40 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 7 Aug 2015 07:40:23 +0000 (07:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@244309 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/ShrinkWrap.cpp

index 261b8402bc03be957f50543af93649c3e48d97fb..43b39e934c4d823ff81c62ada26f6ab2ca82cbee 100644 (file)
@@ -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.
   ///
   /// 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.
   std::function<bool(const MachineFunction &MF)> PredicateFtor;
 };
 } // End anonymous namespace.