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
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
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