Re: [PATCH 022/236] Make tablejump_p accept a rtx_jump_table_data **

2014-08-19 Thread David Malcolm
On Tue, 2014-08-12 at 21:51 -0600, Jeff Law wrote: > On 08/06/14 11:20, David Malcolm wrote: > > gcc/ > > * rtl.h (tablejump_p): Strengthen third param from rtx * to > > rtx_jump_table_data **. > > > > * cfgbuild.c (make_edges): Introduce local "table", using it in > > place of "tmp

Re: [PATCH 022/236] Make tablejump_p accept a rtx_jump_table_data **

2014-08-12 Thread Jeff Law
On 08/06/14 11:20, David Malcolm wrote: gcc/ * rtl.h (tablejump_p): Strengthen third param from rtx * to rtx_jump_table_data **. * cfgbuild.c (make_edges): Introduce local "table", using it in place of "tmp" for jump table data. (find_bb_boundaries): Stren

[PATCH 022/236] Make tablejump_p accept a rtx_jump_table_data **

2014-08-06 Thread David Malcolm
gcc/ * rtl.h (tablejump_p): Strengthen third param from rtx * to rtx_jump_table_data **. * cfgbuild.c (make_edges): Introduce local "table", using it in place of "tmp" for jump table data. (find_bb_boundaries): Strengthen local "table" from rtx to rt