r214442 - in /trunk/gcc: ChangeLog config/h8300...

dmalcolm@gcc.gnu.org dmalcolm@gcc.gnu.org
Mon Aug 25 17:23:00 GMT 2014


Author: dmalcolm
Date: Mon Aug 25 17:23:42 2014
New Revision: 214442

URL: https://gcc.gnu.org/viewcvs?rev=214442&root=gcc&view=rev
Log:
config/h8300: Use rtx_insn

gcc/
	* config/h8300/h8300-protos.h (final_prescan_insn): Strengthen
	first param from rtx to rtx_insn *.
	(h8300_insn_length_from_table): Likewise.
	* config/h8300/h8300.c (F): Likewise for return type and param
	"x".
	(Fpa): Add a checked cast to rtx_insn *.
	(h8300_emit_stack_adjustment): Strengthen local "x" from rtx to
	rtx_insn *.
	(final_prescan_insn): Likewise for param "insn".
	(h8300_binary_length): Likewise.
	(h8300_insn_length_from_table): Likewise.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/h8300/h8300-protos.h
    trunk/gcc/config/h8300/h8300.c



More information about the Gcc-cvs mailing list