mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-04 21:30:49 +00:00
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
This commit is contained in:
parent
cb647519d3
commit
47d309e1a9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user