r242225 - in /branches/ARM/sve-branch/gcc: emit...
rsandifo@gcc.gnu.org
rsandifo@gcc.gnu.org
Fri Nov 11 17:22:00 GMT 2016
Author: rsandifo
Date: Fri Nov 11 17:22:22 2016
New Revision: 242225
URL: https://gcc.gnu.org/viewcvs?rev=242225&root=gcc&view=rev
Log:
Make REG_OFFSET a poly_int64
This patch changes the type of the reg_attrs offset field
from HOST_WIDE_INT to poly_int64 and updates uses accordingly.
This includes changing reg_attr_hasher::hash to use inchash.
(Doing this has no effect on code generation since the only
use of the hasher is to avoid creating duplicate objects.)
Modified:
branches/ARM/sve-branch/gcc/emit-rtl.c
branches/ARM/sve-branch/gcc/gengtype.c
branches/ARM/sve-branch/gcc/inchash.h
branches/ARM/sve-branch/gcc/print-rtl.c
branches/ARM/sve-branch/gcc/rtl.h
branches/ARM/sve-branch/gcc/var-tracking.c
More information about the Gcc-cvs
mailing list