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]

r214375 - in /trunk/gcc: ChangeLog config/c6x/c...


Author: dmalcolm
Date: Fri Aug 22 21:10:21 2014
New Revision: 214375

URL: https://gcc.gnu.org/viewcvs?rev=214375&root=gcc&view=rev
Log:
sched-ebb.c: Use rtx_insn (requires touching sched-int.h and config/c6x/c6x.c)

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

	* sched-int.h (schedule_ebb): Strengthen params "head", "tail"
	from rtx to rtx_insn *.

	* sched-ebb.c (earliest_block_with_similiar_load): Strengthen
	locals "insn1", "insn2" from rtx to rtx_insn *.
	(add_deps_for_risky_insns): Likewise for params "head", "tail" and
	locals "insn", "prev", "last_jump", "next_tail".
	(schedule_ebb): Likewise for params "head", "tail".
	(schedule_ebbs): Likewise for locals "tail", "head".

	* config/c6x/c6x.c (hwloop_optimize): For now, add a checked cast
	to rtx_insn on "last_insn" in one of the invocations of
	schedule_ebb.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/c6x/c6x.c
    trunk/gcc/sched-ebb.c
    trunk/gcc/sched-int.h


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