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

llvm-svn: 244309
This commit is contained in:
NAKAMURA Takumi 2015-08-07 07:40:23 +00:00
parent d754890047
commit 8dbe161502
1 changed files with 2 additions and 2 deletions

View 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.
/// \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.