Re: [PATCH 207/236] reorg.c: Use rtx_sequence

2014-08-15 Thread Jeff Law
On 08/06/14 11:23, David Malcolm wrote: gcc/ * reorg.c (redundant_insn): In two places in the function, replace a check of GET_CODE with a dyn_cast, introducing local seq, and usings methods of rtx_sequence to clarify the code. Some concerns here with the dynamic cast.

[PATCH 207/236] reorg.c: Use rtx_sequence

2014-08-06 Thread David Malcolm
gcc/ * reorg.c (redundant_insn): In two places in the function, replace a check of GET_CODE with a dyn_cast, introducing local seq, and usings methods of rtx_sequence to clarify the code. --- gcc/reorg.c | 24 1 file changed, 12 insertions(+), 12