Re: [PATCH 06/10] Use rtx_insn more within peep2

2014-09-04 Thread Jeff Law
On 09/04/14 19:52, David Malcolm wrote: gcc/ * recog.c (peep2_attempt): Strengthen return type from rtx to rtx_insn *. (peep2_update_life): Likewise for params "last", "prev", removing a checked cast made redundant by this. (peephole2_optimize): Likewise fo

[PATCH 06/10] Use rtx_insn more within peep2

2014-09-04 Thread David Malcolm
gcc/ * recog.c (peep2_attempt): Strengthen return type from rtx to rtx_insn *. (peep2_update_life): Likewise for params "last", "prev", removing a checked cast made redundant by this. (peephole2_optimize): Likewise for local "last". --- gcc/recog.c | 9 +