Re: [7/9] Record the number of registers in a REG

2015-05-18 Thread Jeff Law
On 05/18/2015 12:24 PM, Richard Sandiford wrote: This is the main patch, to record REG_NREGS in the REG itself. The END_REGNO/END_HARD_REGNO distinction goes away in the next patch. gcc/ * rtl.h (reg_info): Add an nregs field. (REG_NREGS): Use it. (SET_REGNO_RAW): Delete

[7/9] Record the number of registers in a REG

2015-05-18 Thread Richard Sandiford
This is the main patch, to record REG_NREGS in the REG itself. The END_REGNO/END_HARD_REGNO distinction goes away in the next patch. gcc/ * rtl.h (reg_info): Add an nregs field. (REG_NREGS): Use it. (SET_REGNO_RAW): Delete. (set_regno_raw): New function. *