From 3d0c806b06a986b5dc35301f1ec431db6a98c00e Mon Sep 17 00:00:00 2001 From: Simon Pilgrim Date: Fri, 30 Aug 2019 10:25:52 +0000 Subject: [PATCH] Fix Wdocumentation warning. NFCI. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@370459 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Transforms/IPO/Attributor.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 2.40.0