mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-04 10:30:01 +00:00
Fix the type of SubClassMask.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156084 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f92be238d6
commit
1d61f283fa
@ -42,7 +42,7 @@ public:
|
||||
// Instance variables filled by tablegen, do not use!
|
||||
const MCRegisterClass *MC;
|
||||
const vt_iterator VTs;
|
||||
const unsigned *SubClassMask;
|
||||
const uint32_t *SubClassMask;
|
||||
const sc_iterator SuperClasses;
|
||||
const sc_iterator SuperRegClasses;
|
||||
ArrayRef<uint16_t> (*OrderFunc)(const MachineFunction&);
|
||||
|
Loading…
x
Reference in New Issue
Block a user