gcc/
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 19 May 2015 07:10:42 +0000 (07:10 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 19 May 2015 07:10:42 +0000 (07:10 +0000)
commit1c0849e5119ca9f94716a892550c617c8ac04c14
treeb85ed03cf9e1c089c04a38231fdb767555930dc3
parent937ca48e60c2d96704e1a8ae8b3b1a0f6c8884d7
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@223342 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/df-scan.c
gcc/emit-rtl.c
gcc/read-rtl.c
gcc/regs.h
gcc/rtl.h