This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r242230 - /branches/ARM/sve-branch/gcc/rtlanal.c


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]