This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH 021/236] entry_of_function returns an 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: Tue, 19 Aug 2014 14:42:11 -0400
- Subject: Re: [PATCH 021/236] entry_of_function returns an insn
- Authentication-results: sourceware.org; auth=none
- References: <1407345815-14551-1-git-send-email-dmalcolm at redhat dot com> <1407345815-14551-22-git-send-email-dmalcolm at redhat dot com> <53EAD5AF dot 5030904 at redhat dot com>
On Tue, 2014-08-12 at 21:04 -0600, Jeff Law wrote:
> On 08/06/14 11:20, David Malcolm wrote:
> > gcc/
> > * rtl.h (entry_of_function): Strengthen return type from rtx to
> > rtx_insn *.
> > * cfgrtl.c (entry_of_function): Likewise.
> OK.
Thanks; committed to trunk as r214182.