On Wed, 2014-08-13 at 12:06 -0600, Jeff Law wrote: > On 08/06/14 11:20, David Malcolm wrote: > > gcc/ > > * output.h (peephole): Strengthen return type from rtx to rtx_insn *. > > * rtl.h (delete_for_peephole): Likewise for both params. > > * genpeep.c (main): In generated "peephole" function, strengthen > > return type and local "insn" from rtx to rtx_insn *. For now, > > rename param "ins1" to "uncast_ins1", adding "ins1" back as an > > rtx_insn *, with a checked cast. > > * jump.c (delete_for_peephole): Strengthen params "from", "to" and > > locals "insn", "next", "prev" from rtx to rtx_insn *. > OK Thanks; committed to trunk as r214264.
- [PATCH 172/236] sel-sched-ir.h: Make ilist_t work on insn_t ... David Malcolm
- [PATCH 106/236] regrename.c: Use rtx_insn David Malcolm
- [PATCH 011/236] Replace PREV_INSN et al macros with function... David Malcolm
- [PATCH 147/236] config/s390: Use rtx_insn and rtx_code_label David Malcolm
- [PATCH 051/236] bb-reorder.c: Use rtx_insn David Malcolm
- [PATCH 043/236] peephole returns an rtx_insn David Malcolm
- Re: [PATCH 043/236] peephole returns an rtx_insn Jeff Law
- Re: [PATCH 043/236] peephole returns an rtx_insn David Malcolm
- [PATCH 073/236] expmed.c: Use rtx_insn and rtx_code_label David Malcolm
- [PATCH 052/236] bt-load.c: Use rtx_insn David Malcolm
- [PATCH 046/236] delete_related_insns returns an rtx_insn David Malcolm
- [PATCH 097/236] postreload-gcse.c: Use rtx_insn in various p... David Malcolm
- [PATCH 183/236] Strengthen various insn emission functions David Malcolm
- [PATCH 089/236] loop-iv.c: Use rtx_insn (also touches cfgloo... David Malcolm
- [PATCH 075/236] final.c: Use rtx_insn (also touches output.c... David Malcolm