r242230 - /branches/ARM/sve-branch/gcc/rtlanal.c
rsandifo@gcc.gnu.org
rsandifo@gcc.gnu.org
Fri Nov 11 17:23:00 GMT 2016
Author: rsandifo
Date: Fri Nov 11 17:23:15 2016
New Revision: 242230
URL: https://gcc.gnu.org/viewcvs?rev=242230&root=gcc&view=rev
Log:
poly_int: rtx_addr_can_trap_p_1
This patch changes the offset and size arguments to
rtx_addr_can_trap_p_1 from HOST_WIDE_INT to poly_int64.
It also moves the mode size handling to the callers,
so that the function either gets a valid size or a
BLKmode reference.
Modified:
branches/ARM/sve-branch/gcc/rtlanal.c
More information about the Gcc-cvs
mailing list