]> gcc.gnu.org Git - gcc.git/commit - gcc/haifa-sched.c
sched-int.h (INSN_TRAP_CLASS, [...]): Move them from sched-rgn.c.
authorVladimir Makarov <vmakarov@gcc.gnu.org>
Tue, 25 Feb 2003 20:40:57 +0000 (20:40 +0000)
committerVladimir Makarov <vmakarov@gcc.gnu.org>
Tue, 25 Feb 2003 20:40:57 +0000 (20:40 +0000)
commit15aab9c0ac767b5c1c81757073b8cc3ac13c67fb
tree438a955cba1ac5046f0de88f563fe3a571086f7f
parentc8e4f0e96e4039c7ea360edb11ab376afdf8bb8d
sched-int.h (INSN_TRAP_CLASS, [...]): Move them from sched-rgn.c.

2003-02-25  Vladimir Makarov  <vmakarov@redhat.com>
            Richard Henderson  <rth@redhat.com>

* sched-int.h (INSN_TRAP_CLASS, WORST_CLASS): Move them from
sched-rgn.c.
(add_forward_dependence): New function prototype.

* sched-rgn.c (INSN_TRAP_CLASS, WORST_CLASS): Move them to
sched-init.h.
(CONST_BASED_ADDRESS_P, may_trap_exp, haifa_classify_insn): Move
them to haifa-sched.c.

* haifa-sched.c (CONST_BASED_ADDRESS_P, may_trap_exp,
haifa_classify_insn): Move them from sched-rgn.c.

* sched-deps.c (add_dependence): Return flag of creating a new
entry.
(add_forward_dependence): New function.
(compute_forward_dependences): Use the function.

* sched-ebb.c (earliest_block_with_similiar_load): New function.
(add_deps_for_risky_insns): New function.
(schedule_ebb): Call the function.

From-SVN: r63415
gcc/ChangeLog
gcc/haifa-sched.c
gcc/sched-deps.c
gcc/sched-ebb.c
gcc/sched-int.h
gcc/sched-rgn.c
This page took 0.058108 seconds and 5 git commands to generate.