Fix Wdocumentation warning. NFCI.

llvm-svn: 370459
This commit is contained in:
Simon Pilgrim 2019-08-30 10:25:52 +00:00
parent fa1fe93789
commit 01a3c25c27
1 changed files with 2 additions and 2 deletions

View File

@ -570,8 +570,8 @@ private:
struct Attributor {
/// Constructor
///
/// \param InformationCache Cache to hold various information accessible for
/// the abstract attributes.
/// \param InfoCache Cache to hold various information accessible for
/// the abstract attributes.
/// \param DepRecomputeInterval Number of iterations until the dependences
/// between abstract attributes are recomputed.
Attributor(InformationCache &InfoCache, unsigned DepRecomputeInterval)