Re: make value_range the base class and value_range_equiv the derived class

2019-11-06 Thread Jeff Law
On 11/5/19 6:21 AM, Aldy Hernandez wrote: > The base class for ranges is currently value_range_base, which is rather > long and cumbersome.  It also occurs more often than the derived class > of value_range.  To avoid confusion, and save typing, this patch does a > global rename from value_range to

Re: make value_range the base class and value_range_equiv the derived class

2019-11-05 Thread Richard Biener
On Tue, Nov 5, 2019 at 4:31 PM Andrew MacLeod wrote: > > On 11/5/19 8:21 AM, Aldy Hernandez wrote: > > The base class for ranges is currently value_range_base, which is > > rather long and cumbersome. It also occurs more often than the > > derived class of value_range. To avoid confusion, and sa

Re: make value_range the base class and value_range_equiv the derived class

2019-11-05 Thread Andrew MacLeod
On 11/5/19 8:21 AM, Aldy Hernandez wrote: The base class for ranges is currently value_range_base, which is rather long and cumbersome.  It also occurs more often than the derived class of value_range.  To avoid confusion, and save typing, this patch does a global rename from value_range to val