diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2005-06-15 18:40:45 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2005-06-15 18:40:45 +0000 |
commit | 47d309e1a977b8c2e34627bb071b583e1ce3c760 (patch) | |
tree | 013f329e594f96a9e9c0b575339561ef4bdcd769 | |
parent | cb647519d34184fe41aa7e072076ae70634bc3d7 (diff) |
Don't lie to the casual reader about Value subclassing from Annotable.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22215 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/Support/Annotation.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/llvm/Support/Annotation.h b/include/llvm/Support/Annotation.h index 232c600a2c..b957447715 100644 --- a/include/llvm/Support/Annotation.h +++ b/include/llvm/Support/Annotation.h @@ -81,8 +81,7 @@ public: //===----------------------------------------------------------------------===// // // Annotable - This class is used as a base class for all objects that would -// like to have annotation capability. One notable subclass is Value, which -// means annotations can be attached to almost everything in LLVM. +// like to have annotation capability. // // Annotable objects keep their annotation list sorted as annotations are // inserted and deleted. This is used to ensure that annotations with identical |