poly_int: struct_value_size
commite967c3ed9119dd80f510d53fed2cfe5693346fac
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 3 Jan 2018 07:19:04 +0000 (3 07:19 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 3 Jan 2018 07:19:04 +0000 (3 07:19 +0000)
tree52d3eb7929be07cdc3fcea7241d0307add2f89a1
parent8e2882f40cd1cefced7f5b71367754254dca341f
poly_int: struct_value_size

This patch makes calls.c treat struct_value_size (one of the
operands to a call pattern) as polynomial.

2018-01-03  Richard Sandiford  <richard.sandiford@linaro.org>
    Alan Hayward  <alan.hayward@arm.com>
    David Sherwood  <david.sherwood@arm.com>

gcc/
* calls.c (emit_call_1, expand_call): Change struct_value_size from
a HOST_WIDE_INT to a poly_int64.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@256162 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/calls.c