Re: [9/9] Tweak interface to ira-build.c:ior_hard_reg_conflicts

2019-09-09 Thread Jeff Law
On 9/9/19 10:02 AM, Richard Sandiford wrote: > This patch makes ior_hard_reg_conflicts take a const_hard_reg_set > rather than a pointer, so that it can be passed a temporary object > in later patches. > > > 2019-09-09 Richard Sandiford > > gcc/ > * ira-int.h (ior_hard_reg_conflicts): T

[9/9] Tweak interface to ira-build.c:ior_hard_reg_conflicts

2019-09-09 Thread Richard Sandiford
This patch makes ior_hard_reg_conflicts take a const_hard_reg_set rather than a pointer, so that it can be passed a temporary object in later patches. 2019-09-09 Richard Sandiford gcc/ * ira-int.h (ior_hard_reg_conflicts): Take a const_hard_reg_set instead of a HARD_REG_SET *.