git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@370459
91177308-0d34-0410-b5e6-
96231b3b80d8
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)