r242228 - in /branches/ARM/sve-branch/gcc: alia...
rsandifo@gcc.gnu.org
rsandifo@gcc.gnu.org
Fri Nov 11 17:22:00 GMT 2016
Author: rsandifo
Date: Fri Nov 11 17:22:57 2016
New Revision: 242228
URL: https://gcc.gnu.org/viewcvs?rev=242228&root=gcc&view=rev
Log:
poly_int: ao_ref and vn_reference_op_t
This patch changes the offset, size and max_size fields
of ao_ref from HOST_WIDE_INT to poly_int64 and propagates
the change through the code that references it. This includes
changing the off field of vn_reference_op_struct in the same way.
Modified:
branches/ARM/sve-branch/gcc/alias.c
branches/ARM/sve-branch/gcc/inchash.h
branches/ARM/sve-branch/gcc/tree-ssa-alias.c
branches/ARM/sve-branch/gcc/tree-ssa-alias.h
branches/ARM/sve-branch/gcc/tree-ssa-dce.c
branches/ARM/sve-branch/gcc/tree-ssa-sccvn.c
branches/ARM/sve-branch/gcc/tree-ssa-sccvn.h
More information about the Gcc-cvs
mailing list