From 4d650c4bee4a10649d9a1c88c7f4c17d0ec3ab4c Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 13 Mar 2008 04:33:03 +0000 Subject: Various improvements suggested by Duncan llvm-svn: 48325 --- llvm/lib/VMCore/ParameterAttributes.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/VMCore/ParameterAttributes.cpp') diff --git a/llvm/lib/VMCore/ParameterAttributes.cpp b/llvm/lib/VMCore/ParameterAttributes.cpp index 7501a350878..b5fb832fde6 100644 --- a/llvm/lib/VMCore/ParameterAttributes.cpp +++ b/llvm/lib/VMCore/ParameterAttributes.cpp @@ -77,7 +77,7 @@ namespace llvm { class ParamAttributeListImpl : public FoldingSetNode { unsigned RefCount; - // ParamAttrsList is uniqued, these should not be publicly available + // ParamAttrsList is uniqued, these should not be publicly available. void operator=(const ParamAttributeListImpl &); // Do not implement ParamAttributeListImpl(const ParamAttributeListImpl &); // Do not implement ~ParamAttributeListImpl(); // Private implementation -- cgit v1.2.3