poly_int: adjust_ptr_info_misalignment
commitfa6faa50290f23b978766384271f1b61e104e4ed
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 21 Dec 2017 07:01:59 +0000 (21 07:01 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 21 Dec 2017 07:01:59 +0000 (21 07:01 +0000)
tree0a33810678aef4b1d2c2f1f3e4903455956a9497
parentd0bc5311c36572ad22042b93a6caaa6719e94e68
poly_int: adjust_ptr_info_misalignment

This patch makes adjust_ptr_info_misalignment take the adjustment
as a poly_uint64 rather than an unsigned int.

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

gcc/
* tree-ssanames.h (adjust_ptr_info_misalignment): Take the increment
as a poly_uint64 rather than an unsigned int.
* tree-ssanames.c (adjust_ptr_info_misalignment): Likewise.

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