[llvm] r370459 - Fix Wdocumentation warning. NFCI.

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 30 03:25:52 PDT 2019


Author: rksimon
Date: Fri Aug 30 03:25:52 2019
New Revision: 370459

URL: http://llvm.org/viewvc/llvm-project?rev=370459&view=rev
Log:
Fix Wdocumentation warning. NFCI.

Modified:
    llvm/trunk/include/llvm/Transforms/IPO/Attributor.h

Modified: llvm/trunk/include/llvm/Transforms/IPO/Attributor.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Transforms/IPO/Attributor.h?rev=370459&r1=370458&r2=370459&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Transforms/IPO/Attributor.h (original)
+++ llvm/trunk/include/llvm/Transforms/IPO/Attributor.h Fri Aug 30 03:25:52 2019
@@ -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)




More information about the llvm-commits mailing list