Deleted Added
full compact
25a26,34
> namespace Mips {
> /// SubregIndex - The index of various sized subregister classes. Note that
> /// these indices must be kept in sync with the class indices in the
> /// MipsRegisterInfo.td file.
> enum SubregIndex {
> SUBREG_FPEVEN = 1, SUBREG_FPODD = 2
> };
> }
>