Re: [PATCH 0/3] Updated patches to eliminate need for rtx_expr_list::insn (was Re: [PATCH 221/236] Add insn method to rtx_expr_list)

2014-08-26 Thread Richard Henderson
On 08/26/2014 09:00 AM, David Malcolm wrote: > OK for trunk? > > David Malcolm (3): > Convert nonlocal_goto_handler_labels from an EXPR_LIST to an INSN_LIST > Convert forced_labels from an EXPR_LIST to an INSN_LIST > Use rtx_insn in more places in dwarf2cfi.c Ok to all. Thanks. r~

[PATCH 0/3] Updated patches to eliminate need for rtx_expr_list::insn (was Re: [PATCH 221/236] Add insn method to rtx_expr_list)

2014-08-26 Thread David Malcolm
On Mon, 2014-08-25 at 08:22 -0600, Jeff Law wrote: On 08/19/14 14:41, Richard Henderson wrote: > > On 08/06/2014 10:23 AM, David Malcolm wrote: > >> gcc/ > >> * rtl.h (rtx_expr_list::insn): New method. > >> --- > >> gcc/rtl.h | 9 + > >> 1 file changed, 9 insertions(+) > >> > >> dif