r214374 - in /trunk/gcc: ChangeLog sched-deps.c

dmalcolm@gcc.gnu.org dmalcolm@gcc.gnu.org
Fri Aug 22 21:04:00 GMT 2014


Author: dmalcolm
Date: Fri Aug 22 21:04:29 2014
New Revision: 214374

URL: https://gcc.gnu.org/viewcvs?rev=214374&root=gcc&view=rev
Log:
sched-deps.c: Use rtx_insn

gcc/
2014-08-22  David Malcolm  <dmalcolm@redhat.com>

	* sched-deps.c (maybe_add_or_update_dep_1): Strengthen locals
	"elem", "insn" from rtx to rtx_insn *.
	(change_spec_dep_to_hard): Likewise.
	(get_back_and_forw_lists): Likewise for local "con".
	(sd_add_dep): Likewise for locals "elem", "insn".
	(sd_resolve_dep): Likewise for locals "pro", "con".
	(sd_unresolve_dep): Likewise.
	(sd_delete_dep): Likewise.
	(chain_to_prev_insn): Likewise for local "pro".
	(find_inc): Likewise for locals "pro", "con".


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/sched-deps.c



More information about the Gcc-cvs mailing list