mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-17 21:35:07 +00:00
Shrink the Type class from 32 to 28 bytes on Darwin (which has silly 32-bit
bools). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24326 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6dc0b7bea9
commit
665d62efdf
@ -83,7 +83,7 @@ public:
|
||||
|
||||
private:
|
||||
TypeID ID : 8; // The current base type of this type.
|
||||
bool Abstract; // True if type contains an OpaqueType
|
||||
bool Abstract : 1; // True if type contains an OpaqueType
|
||||
|
||||
/// RefCount - This counts the number of PATypeHolders that are pointing to
|
||||
/// this type. When this number falls to zero, if the type is abstract and
|
||||
|
Loading…
x
Reference in New Issue
Block a user