From: Simon Pilgrim Date: Fri, 30 Aug 2019 10:25:52 +0000 (+0000) Subject: Fix Wdocumentation warning. NFCI. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3d0c806b06a986b5dc35301f1ec431db6a98c00e;p=llvm Fix Wdocumentation warning. NFCI. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@370459 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Transforms/IPO/Attributor.h b/include/llvm/Transforms/IPO/Attributor.h index d65ee9cb032..876e70aa907 100644 --- a/include/llvm/Transforms/IPO/Attributor.h +++ b/include/llvm/Transforms/IPO/Attributor.h @@ -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)