From 041221c0972ff575b07f76808c504833d629ae1f 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 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48325 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/VMCore/ParameterAttributes.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/VMCore') diff --git a/lib/VMCore/ParameterAttributes.cpp b/lib/VMCore/ParameterAttributes.cpp index 7501a35..b5fb832 100644 --- a/lib/VMCore/ParameterAttributes.cpp +++ b/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.1