forked from OSchip/llvm-project
shrink subclassid, liberating some bits for future (ab)use.
llvm-svn: 68087
This commit is contained in:
parent
dafd621b22
commit
42bae59678
|
@ -53,7 +53,7 @@ class AssemblyAnnotationWriter;
|
||||||
/// using this Value.
|
/// using this Value.
|
||||||
/// @brief LLVM Value Representation
|
/// @brief LLVM Value Representation
|
||||||
class Value {
|
class Value {
|
||||||
const unsigned short SubclassID; // Subclass identifier (for isa/dyn_cast)
|
const unsigned char SubclassID; // Subclass identifier (for isa/dyn_cast)
|
||||||
protected:
|
protected:
|
||||||
/// SubclassData - This member is defined by this class, but is not used for
|
/// 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.
|
/// anything. Subclasses can use it to hold whatever state they find useful.
|
||||||
|
|
Loading…
Reference in New Issue