Re: [22/nn] Make dse.c use offset/width instead of start/end

2017-10-26 Thread Richard Biener
On Mon, Oct 23, 2017 at 1:30 PM, Richard Sandiford wrote: > store_info and read_info_type in dse.c represented the ranges as > start/end, but a lot of the internal code used offset/width instead. > Using offset/width throughout fits better with the poly_int.h > range-checking functions. Ok. Rich

[22/nn] Make dse.c use offset/width instead of start/end

2017-10-23 Thread Richard Sandiford
store_info and read_info_type in dse.c represented the ranges as start/end, but a lot of the internal code used offset/width instead. Using offset/width throughout fits better with the poly_int.h range-checking functions. 2017-10-23 Richard Sandiford Alan Hayward Davi