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.
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