46,47d45
< typedef uint8_t RegIndex;
<
90,95d87
< // These help enumerate all the registers for dependence tracking.
< const int FP_Reg_Base = NumIntRegs;
< const int CC_Reg_Base = FP_Reg_Base + NumFloatRegs;
< const int Misc_Reg_Base = CC_Reg_Base + NumCCRegs; // NumCCRegs == 0
< const int Max_Reg_Index = Misc_Reg_Base + NumMiscRegs;
<