[PATCH 1/5] Rename existing insn_cost to insn_sched_cost

Jeff Law law@redhat.com
Wed Aug 2 16:36:00 GMT 2017


On 07/31/2017 05:25 PM, Segher Boessenkool wrote:
> 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.
> 
> ---
>  gcc/haifa-sched.c  | 14 +++++++-------
>  gcc/sched-int.h    |  2 +-
>  gcc/sched-rgn.c    |  4 ++--
>  gcc/sel-sched-ir.c |  2 +-
>  4 files changed, 11 insertions(+), 11 deletions(-)
This seems fine independent of the following patches.  So with a
ChangeLog it should probably go in now rather than later.

jeff



More information about the Gcc-patches mailing list