Re: [058/nnn] poly_int: get_binfo_at_offset

2017-11-28 Thread Jeff Law
On 10/23/2017 11:24 AM, Richard Sandiford wrote: > This patch changes the offset parameter to get_binfo_at_offset > from HOST_WIDE_INT to poly_int64. This function probably doesn't > need to handle polynomial offsets in practice, but it's easy > to do and avoids forcing the caller to check first.

[058/nnn] poly_int: get_binfo_at_offset

2017-10-23 Thread Richard Sandiford
This patch changes the offset parameter to get_binfo_at_offset from HOST_WIDE_INT to poly_int64. This function probably doesn't need to handle polynomial offsets in practice, but it's easy to do and avoids forcing the caller to check first. 2017-10-23 Richard Sandiford Alan Haywar