r255931 - in /trunk/gcc: ChangeLog ipa-prop.h t...

rsandifo@gcc.gnu.org rsandifo@gcc.gnu.org
Thu Dec 21 07:02:00 GMT 2017


Author: rsandifo
Date: Thu Dec 21 07:02:20 2017
New Revision: 255931

URL: https://gcc.gnu.org/viewcvs?rev=255931&root=gcc&view=rev
Log:
poly_int: build_ref_for_offset

This patch changes the offset parameter to build_ref_for_offset
from HOST_WIDE_INT to poly_int64.

2017-12-21  Richard Sandiford  <richard.sandiford@linaro.org>
	    Alan Hayward  <alan.hayward@arm.com>
	    David Sherwood  <david.sherwood@arm.com>

gcc/
	* ipa-prop.h (build_ref_for_offset): Take the offset as a poly_int64
	rather than a HOST_WIDE_INT.
	* tree-sra.c (build_ref_for_offset): Likewise.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/ipa-prop.h
    trunk/gcc/tree-sra.c



More information about the Gcc-cvs mailing list