summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorSimon Pilgrim <llvm-dev@redking.me.uk>2019-08-30 10:25:52 +0000
committerSimon Pilgrim <llvm-dev@redking.me.uk>2019-08-30 10:25:52 +0000
commit01a3c25c27b0769f9014c07f8fd3fcc17eac6c6b (patch)
treed83f0adcf2d0ace50141174b6292d1702c8e798a /llvm
parentfa1fe937893c1581c71b225602f44a32102b86ff (diff)
downloadbcm5719-llvm-01a3c25c27b0769f9014c07f8fd3fcc17eac6c6b.tar.gz
bcm5719-llvm-01a3c25c27b0769f9014c07f8fd3fcc17eac6c6b.zip
Fix Wdocumentation warning. NFCI.
llvm-svn: 370459
Diffstat (limited to 'llvm')
-rw-r--r--llvm/include/llvm/Transforms/IPO/Attributor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/include/llvm/Transforms/IPO/Attributor.h b/llvm/include/llvm/Transforms/IPO/Attributor.h
index d65ee9cb032..876e70aa907 100644
--- a/llvm/include/llvm/Transforms/IPO/Attributor.h
+++ b/llvm/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)
OpenPOWER on IntegriCloud