Re: [PATCH 3/5] bfin: update for emit-rtl.h changes

2018-06-12 Thread Jeff Law
On 06/12/2018 12:54 PM, David Malcolm wrote: > gcc/ChangeLog: > * config/bfin/bfin.c (hwloop_optimize): Strengthen local "label" > from rtx to rtx_insn *. > (add_sched_insns_for_speculation): Likewise local for "target", > converting usage of JUMP_LABEL to JUMP_LABEL_AS_INSN

[PATCH 3/5] bfin: update for emit-rtl.h changes

2018-06-12 Thread David Malcolm
gcc/ChangeLog: * config/bfin/bfin.c (hwloop_optimize): Strengthen local "label" from rtx to rtx_insn *. (add_sched_insns_for_speculation): Likewise local for "target", converting usage of JUMP_LABEL to JUMP_LABEL_AS_INSN. --- gcc/config/bfin/bfin.c | 4 ++-- 1 file