forked from OSchip/llvm-project
Update NumTypeBits on Type to match the actual number of used bits.
llvm-svn: 191404
This commit is contained in:
parent
4d628347b1
commit
ac57690895
|
@ -1214,7 +1214,7 @@ private:
|
|||
return CachedLocalOrUnnamed;
|
||||
}
|
||||
};
|
||||
enum { NumTypeBits = 19 };
|
||||
enum { NumTypeBits = 18 };
|
||||
|
||||
protected:
|
||||
// These classes allow subclasses to somewhat cleanly pack bitfields
|
||||
|
|
Loading…
Reference in New Issue