[llvm-commits] CVS: llvm/include/llvm/Support/Annotation.h
Reid Spencer
reid at x10sys.com
Wed Jun 15 11:40:56 PDT 2005
Changes in directory llvm/include/llvm/Support:
Annotation.h updated: 1.19 -> 1.20
---
Log message:
Don't lie to the casual reader about Value subclassing from Annotable.
---
Diffs of the changes: (+1 -2)
Annotation.h | 3 +--
1 files changed, 1 insertion(+), 2 deletions(-)
Index: llvm/include/llvm/Support/Annotation.h
diff -u llvm/include/llvm/Support/Annotation.h:1.19 llvm/include/llvm/Support/Annotation.h:1.20
--- llvm/include/llvm/Support/Annotation.h:1.19 Thu Apr 21 22:35:49 2005
+++ llvm/include/llvm/Support/Annotation.h Wed Jun 15 13:40:45 2005
@@ -81,8 +81,7 @@
//===----------------------------------------------------------------------===//
//
// 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
More information about the llvm-commits
mailing list