mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-27 14:34:58 +00:00
shrink subclassid, liberating some bits for future (ab)use.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68087 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
07c26ee87e
commit
c4ef551192
@ -53,7 +53,7 @@ class AssemblyAnnotationWriter;
|
||||
/// using this Value.
|
||||
/// @brief LLVM Value Representation
|
||||
class Value {
|
||||
const unsigned short SubclassID; // Subclass identifier (for isa/dyn_cast)
|
||||
const unsigned char SubclassID; // Subclass identifier (for isa/dyn_cast)
|
||||
protected:
|
||||
/// SubclassData - This member is defined by this class, but is not used for
|
||||
/// anything. Subclasses can use it to hold whatever state they find useful.
|
||||
|
Loading…
x
Reference in New Issue
Block a user