From 8dbe1615021baa17f7010991beccb190cd32b851 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Fri, 7 Aug 2015 07:40:23 +0000 Subject: [PATCH] ShrinkWrap.cpp: Tweak r244235 for a non-functional member, PredicateFtor. [-Wdocumentation] llvm-svn: 244309 --- llvm/lib/CodeGen/ShrinkWrap.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm/lib/CodeGen/ShrinkWrap.cpp b/llvm/lib/CodeGen/ShrinkWrap.cpp index 261b840..43b39e9 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 PredicateFtor; }; } // End anonymous namespace. -- 2.7.4