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 | 4d650c4bee4a10649d9a1c88c7f4c17d0ec3ab4c (patch) | |
tree | 1822ae74776fca10ef1eab814eaffb0665ecbea0 /llvm/lib/VMCore/ParameterAttributes.cpp | |
parent | 8ec6a6ffe91806c18ae630b63a9d067db5efaadd (diff) | |
download | bcm5719-llvm-4d650c4bee4a10649d9a1c88c7f4c17d0ec3ab4c.tar.gz bcm5719-llvm-4d650c4bee4a10649d9a1c88c7f4c17d0ec3ab4c.zip |
Various improvements suggested by Duncan
llvm-svn: 48325
Diffstat (limited to 'llvm/lib/VMCore/ParameterAttributes.cpp')
-rw-r--r-- | llvm/lib/VMCore/ParameterAttributes.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |