]> granicus.if.org Git - llvm/commitdiff
Fix Wdocumentation warning. NFCI.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Fri, 30 Aug 2019 10:25:52 +0000 (10:25 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Fri, 30 Aug 2019 10:25:52 +0000 (10:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@370459 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Transforms/IPO/Attributor.h

index d65ee9cb0327d19c8949434318c85e318bb2e82b..876e70aa907c7f89b31e2f6fd6d2d17e3bb6df85 100644 (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)