Re: [PATCH 4/5] c6x: 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/c6x/c6x.c (reorg_split_calls): Strengthen param "call_labels" > from rtx_insn ** to rtx_code_label **. > (reorg_emit_nops): Likewise. > (c6x_reorg): Likewise for local "call_labels". OK when prereqs are

[PATCH 4/5] c6x: update for emit-rtl.h changes

2018-06-12 Thread David Malcolm
gcc/ChangeLog: * config/c6x/c6x.c (reorg_split_calls): Strengthen param "call_labels" from rtx_insn ** to rtx_code_label **. (reorg_emit_nops): Likewise. (c6x_reorg): Likewise for local "call_labels". --- gcc/config/c6x/c6x.c | 6 +++--- 1 file changed, 3 insertions