diff options
author | Chris Lattner <sabre@nondot.org> | 2008-03-13 04:33:03 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-03-13 04:33:03 +0000 |
commit | 041221c0972ff575b07f76808c504833d629ae1f (patch) | |
tree | f413ba84a11527b28bd0609ab30a40cc4a805b63 /lib/VMCore | |
parent | 7520fcd7a5e4c17011588aab105dea9afa2ba3ec (diff) | |
download | external_llvm-041221c0972ff575b07f76808c504833d629ae1f.zip external_llvm-041221c0972ff575b07f76808c504833d629ae1f.tar.gz external_llvm-041221c0972ff575b07f76808c504833d629ae1f.tar.bz2 |
Various improvements suggested by Duncan
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48325 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/VMCore')
-rw-r--r-- | lib/VMCore/ParameterAttributes.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |