mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-06 12:16:59 +00:00
Don't lie to the casual reader about Value subclassing from Annotable.
llvm-svn: 22215
This commit is contained in:
parent
68cd6aa245
commit
0628cd9f1b
@ -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…
x
Reference in New Issue
Block a user