61,62d60
< typedef uint16_t RegIndex;
<
112,117d109
< // These help enumerate all the registers for dependence tracking.
< const int FP_Reg_Base = NumIntRegs * (MODE_MAXMODE + 1);
< const int CC_Reg_Base = FP_Reg_Base + NumFloatRegs;
< const int Misc_Reg_Base = CC_Reg_Base + NumCCRegs;
< const int Max_Reg_Index = Misc_Reg_Base + NumMiscRegs;
<