rtl.h (reg_info): Add an nregs field.
authorRichard Sandiford <richard.sandiford@arm.com>
Tue, 19 May 2015 07:10:42 +0000 (07:10 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Tue, 19 May 2015 07:10:42 +0000 (07:10 +0000)
commit9188b2863c0a2b6c91dbd6e6e373fada6b34f225
treeb85ed03cf9e1c089c04a38231fdb767555930dc3
parent8deccbb7c8e1a654f96a396125fd55a06d908de8
rtl.h (reg_info): Add an nregs field.

gcc/
* rtl.h (reg_info): Add an nregs field.
(REG_NREGS): Use it.
(SET_REGNO_RAW): Delete.
(set_regno_raw): New function.
* regs.h (END_HARD_REGNO): Make equivalent to END_REGNO.
(END_REGNO): Redefine in terms of REG_NREGS.
* read-rtl.c (read_rtx_code): Call set_regno_raw instead of
SET_REGNO_RAW.
* emit-rtl.c (set_mode_and_regno): Likewise.
* df-scan.c (df_ref_change_reg_with_loc): Use set_mode_and_regno
instead of SET_REGNO_RAW.

From-SVN: r223342
gcc/ChangeLog
gcc/df-scan.c
gcc/emit-rtl.c
gcc/read-rtl.c
gcc/regs.h
gcc/rtl.h