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 043/236] peephole returns an rtx_insn


On Wed, 2014-08-13 at 12:06 -0600, Jeff Law wrote:
> On 08/06/14 11:20, David Malcolm wrote:
> > gcc/
> > 	* output.h (peephole): Strengthen return type from rtx to rtx_insn *.
> > 	* rtl.h (delete_for_peephole): Likewise for both params.
> > 	* genpeep.c (main): In generated "peephole" function, strengthen
> > 	return type and local "insn" from rtx to rtx_insn *.  For now,
> > 	rename param "ins1" to "uncast_ins1", adding "ins1" back as an
> > 	rtx_insn *, with a checked cast.
> > 	* jump.c (delete_for_peephole): Strengthen params "from", "to" and
> > 	locals "insn", "next", "prev" from rtx to rtx_insn *.
> OK
Thanks; committed to trunk as r214264.


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