This is the mail archive of the gcc-cvs@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]

r214479 - in /trunk/gcc: ChangeLog final.c outp...


Author: dmalcolm
Date: Mon Aug 25 20:56:14 2014
New Revision: 214479

URL: https://gcc.gnu.org/viewcvs?rev=214479&root=gcc&view=rev
Log:
final accepts an rtx_insn

gcc/
	* output.h (final): Strengthen param 1 from rtx to rtx_insn *.
	* final.c (final): Likewise.  Rename param back from
	"uncast_first" to "first" and eliminate the checked cast from rtx
	to rtx_insn *.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/final.c
    trunk/gcc/output.h


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