diff options
-rw-r--r-- | llvm/include/llvm/Transforms/IPO/Attributor.h | 4 |
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) |