r255925 - in /trunk/gcc: ChangeLog expr.c expr.h

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


Author: rsandifo
Date: Thu Dec 21 07:01:30 2017
New Revision: 255925

URL: https://gcc.gnu.org/viewcvs?rev=255925&root=gcc&view=rev
Log:
poly_int: emit_group_load/store

This patch changes the sizes passed to emit_group_load and
emit_group_store from 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/
	* expr.h (emit_group_load, emit_group_load_into_temps)
	(emit_group_store): Take the size as a poly_int64 rather than an int.
	* expr.c (emit_group_load_1, emit_group_load): Likewise.
	(emit_group_load_into_temp, emit_group_store): Likewise.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/expr.c
    trunk/gcc/expr.h



More information about the Gcc-cvs mailing list