Don't lie to the casual reader about Value subclassing from Annotable.
authorReid Spencer <rspencer@reidspencer.com>
Wed, 15 Jun 2005 18:40:45 +0000 (18:40 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Wed, 15 Jun 2005 18:40:45 +0000 (18:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22215 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Support/Annotation.h

index 232c600a2ce508e2799d51f99d2837d9332d193a..b957447715c8597ef5acf9bce170a63f2b2e7bb4 100644 (file)
@@ -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