This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 024/236] last_call_insn returns an rtx_call_insn *


On Tue, 2014-08-12 at 21:52 -0600, Jeff Law wrote:
> On 08/06/14 11:20, David Malcolm wrote:
> > gcc/
> > 	* emit-rtl.c (last_call_insn): Strengthen return type from rtx to
> > 	rtx_call_insn *.
> > 	* rtl.h (is_a_helper <rtx_call_insn *>::test): New overload, accepting
> > 	an rtx_insn *.
> > 	(last_call_insn): Strengthen return type from rtx to
> > 	rtx_call_insn *.
> OK.

Thanks; committed to trunk as r214186 (fixing up as_a_nullable to
safe_as_a).


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]