This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH 037/236] sel_bb_{head|end} return rtx_insn
- From: David Malcolm <dmalcolm at redhat dot com>
- To: Jeff Law <law at redhat dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Wed, 20 Aug 2014 20:05:15 -0400
- Subject: Re: [PATCH 037/236] sel_bb_{head|end} return rtx_insn
- Authentication-results: sourceware.org; auth=none
- References: <1407345815-14551-1-git-send-email-dmalcolm at redhat dot com> <1407345815-14551-38-git-send-email-dmalcolm at redhat dot com> <53EBA7CC dot 2080906 at redhat dot com>
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.