278,283d277
< // 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;
<
286,287d279
< typedef uint16_t RegIndex;
<