Re: [5/9] Remove IOR_HARD_REG_SET

2019-09-09 Thread Jeff Law
On 9/9/19 10:00 AM, Richard Sandiford wrote: > Use "x |= y" instead of "IOR_HARD_REG_SET (x, y)" (or just "x | y" > if the result is a temporary). > > > 2019-09-09 Richard Sandiford > > gcc/ > * hard-reg-set.h (HARD_REG_SET::operator|): New function. > (HARD_REG_SET::operator|=):

[5/9] Remove IOR_HARD_REG_SET

2019-09-09 Thread Richard Sandiford
Use "x |= y" instead of "IOR_HARD_REG_SET (x, y)" (or just "x | y" if the result is a temporary). 2019-09-09 Richard Sandiford gcc/ * hard-reg-set.h (HARD_REG_SET::operator|): New function. (HARD_REG_SET::operator|=): Likewise. (IOR_HARD_REG_SET): Delete. * con