diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2015-08-07 07:40:23 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2015-08-07 07:40:23 +0000 |
commit | 8dbe1615021baa17f7010991beccb190cd32b851 (patch) | |
tree | cd1c04d120e35b2e8c7b6733f33a7c409889629f /llvm/lib/CodeGen | |
parent | d754890047807170f5ee6252a4024109552b4ec0 (diff) | |
download | bcm5719-llvm-8dbe1615021baa17f7010991beccb190cd32b851.tar.gz bcm5719-llvm-8dbe1615021baa17f7010991beccb190cd32b851.zip |
ShrinkWrap.cpp: Tweak r244235 for a non-functional member, PredicateFtor. [-Wdocumentation]
llvm-svn: 244309
Diffstat (limited to 'llvm/lib/CodeGen')
-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. |