On Wed, 2014-08-13 at 12:00 -0600, Jeff Law wrote: > On 08/06/14 11:20, David Malcolm wrote: > > gcc/ > > * sel-sched-ir.h (exit_insn): Strengthen from rtx to rtx_insn *. > > (sel_bb_head): Strengthen return type insn_t (currently just an > > rtx) to rtx_insn *. > > (sel_bb_end): Likewise. > > > > * sel-sched-ir.c (exit_insn): Strengthen from rtx to rtx_insn *. > > (sel_bb_head): Strengthen return type and local "head" from > > insn_t (currently just an rtx) to rtx_insn *. > > (sel_bb_end): Likewise for return type. > > (free_nop_and_exit_insns): Replace use of NULL_RTX with NULL when > > working with insn. > OK. Thanks; committed to trunk as r214247.
- [PATCH 190/236] Remove insn_addresses_new from 'various sche... David Malcolm
- [PATCH 062/236] combine-stack-adj.c: Use rtx_insn David Malcolm
- [PATCH 208/236] resource.c: Use rtx_sequence David Malcolm
- [PATCH 113/236] sched-rgn.c: Use rtx_insn in a couple of pla... David Malcolm
- [PATCH 154/236] config/v850: Use rtx_insn David Malcolm
- [PATCH 129/236] config/avr: Use rtx_insn David Malcolm
- [PATCH 037/236] sel_bb_{head|end} return rtx_insn David Malcolm
- Re: [PATCH 037/236] sel_bb_{head|end} return rtx_insn Jeff Law
- Re: [PATCH 037/236] sel_bb_{head|end} return rtx_in... David Malcolm
- [PATCH 210/236] varasm.c: Use rtx_sequence David Malcolm
- [PATCH 135/236] config/i386/i386: Use rtx_insn David Malcolm
- [PATCH 038/236] find_first_parameter_load returns an rtx_ins... David Malcolm
- [PATCH 059/236] cfgloopanal.c: Use rtx_insn David Malcolm
- [PATCH 167/236] final accepts an rtx_insn David Malcolm
- [PATCH 173/236] insn_t becomes an rtx_insn * David Malcolm
- [PATCH 079/236] gcse.c: Use rtx_insn David Malcolm
- [PATCH 118/236] stmt.c: Use rtx_insn David Malcolm