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

Reply via email to