Re: [PATCH 060/236] cfgrtl.c: Use rtx subclasses

2014-08-13 Thread Jeff Law
On 08/06/14 11:20, David Malcolm wrote: gcc/ * cfgrtl.c (can_delete_note_p): Require a const rtx_note * rather than a const_rtx. (can_delete_label_p): Require a const rtx_code_label * rather than a const_rtx. (delete_insn): Add checked cast to rtx_code_labe

[PATCH 060/236] cfgrtl.c: Use rtx subclasses

2014-08-06 Thread David Malcolm
gcc/ * cfgrtl.c (can_delete_note_p): Require a const rtx_note * rather than a const_rtx. (can_delete_label_p): Require a const rtx_code_label * rather than a const_rtx. (delete_insn): Add checked cast to rtx_code_label * when we know we're dealing wit