Re: [PATCH] Rename existing insn_cost to insn_sched_cost

2017-09-21 Thread Segher Boessenkool
On Thu, Sep 21, 2017 at 10:36:48PM +0100, Richard Sandiford wrote: > Segher Boessenkool writes: > > haifa-sched exports an insn_cost function, but it is only used in a > > few places and specialised to scheduling. This patch renames it to > > insn_sched_cost. > > > > Okayed by Jeff at https://gcc

Re: [PATCH] Rename existing insn_cost to insn_sched_cost

2017-09-21 Thread Richard Sandiford
Segher Boessenkool writes: > haifa-sched exports an insn_cost function, but it is only used in a > few places and specialised to scheduling. This patch renames it to > insn_sched_cost. > > Okayed by Jeff at https://gcc.gnu.org/ml/gcc-patches/2017-08/msg00202.html, > committing it now. I committe

[PATCH] Rename existing insn_cost to insn_sched_cost

2017-09-21 Thread Segher Boessenkool
haifa-sched exports an insn_cost function, but it is only used in a few places and specialised to scheduling. This patch renames it to insn_sched_cost. Okayed by Jeff at https://gcc.gnu.org/ml/gcc-patches/2017-08/msg00202.html, committing it now. Segher 2017-09-21 Segher Boessenkool