Re: [PATCH 01/10] Use rtx_jump_table_data in jump.c:delete_related_insns

2014-09-04 Thread Jeff Law
On 09/04/14 19:51, David Malcolm wrote: gcc/ * jump.c (delete_related_insns): Introduce a new local "table" by replacing JUMP_TABLE_DATA_P with a dyn_cast, then use the get_labels method of "table" to simplify access to the labels in the jump table. OK. Jeff

[PATCH 01/10] Use rtx_jump_table_data in jump.c:delete_related_insns

2014-09-04 Thread David Malcolm
gcc/ * jump.c (delete_related_insns): Introduce a new local "table" by replacing JUMP_TABLE_DATA_P with a dyn_cast, then use the get_labels method of "table" to simplify access to the labels in the jump table. --- gcc/jump.c | 12 ++-- 1 file changed, 6 inse