Re: [3/9] Remove COMPL_HARD_REG_SET

2019-09-09 Thread Jeff Law
On 9/9/19 9:59 AM, Richard Sandiford wrote: > "COMPL_HARD_REG_SET (x, y)" becomes "x = ~y". > > > 2019-09-09 Richard Sandiford > > gcc/ > * hard-reg-set.h (HARD_REG_SET::operator~): New function. > (COMPL_HARD_REG_SET): Delete. > * config/c6x/c6x.c (c6x_call_saved_register_u

[3/9] Remove COMPL_HARD_REG_SET

2019-09-09 Thread Richard Sandiford
"COMPL_HARD_REG_SET (x, y)" becomes "x = ~y". 2019-09-09 Richard Sandiford gcc/ * hard-reg-set.h (HARD_REG_SET::operator~): New function. (COMPL_HARD_REG_SET): Delete. * config/c6x/c6x.c (c6x_call_saved_register_used): Use ~ instead of COMPL_HARD_REG_SET.