forked from OSchip/llvm-project
parent
287bc6bdf6
commit
eeddeb9601
|
@ -33,7 +33,7 @@ private:
|
|||
const int CopyCost;
|
||||
const bool Allocatable;
|
||||
const iterator RegsBegin, RegsEnd;
|
||||
const unsigned char *RegSet;
|
||||
const unsigned char *const RegSet;
|
||||
const unsigned RegSetSize;
|
||||
public:
|
||||
MCRegisterClass(unsigned id, const char *name,
|
||||
|
|
Loading…
Reference in New Issue