Richard Sandiford wrote:
>Richard Biener writes:
>> Richard Sandiford wrote:
>>>This started out as an another attempt to find places where we had
>>>things like:
>>>
>>> offset_int x = wi::to_offset (...);
>>> x = ...x...;
>>>
>>>and change them to:
>>>
>>> offset_int x = ...wi::to_offset
Richard Biener writes:
> Richard Sandiford wrote:
>>This started out as an another attempt to find places where we had
>>things like:
>>
>> offset_int x = wi::to_offset (...);
>> x = ...x...;
>>
>>and change them to:
>>
>> offset_int x = ...wi::to_offset (...)...;
>>
>>with the get_ref_base
Richard Sandiford wrote:
>This started out as an another attempt to find places where we had
>things like:
>
> offset_int x = wi::to_offset (...);
> x = ...x...;
>
>and change them to:
>
> offset_int x = ...wi::to_offset (...)...;
>
>with the get_ref_base_and_extent case being the main one.
This started out as an another attempt to find places where we had
things like:
offset_int x = wi::to_offset (...);
x = ...x...;
and change them to:
offset_int x = ...wi::to_offset (...)...;
with the get_ref_base_and_extent case being the main one.
But it turned out that some of them w