]> git.ipfire.org Git - thirdparty/gcc.git/commit
sched-deps.c (reg_pending_barrier_mode): New enumeration.
authorVladimir Makarov <vmakarov@redhat.com>
Wed, 9 Apr 2003 18:51:54 +0000 (18:51 +0000)
committerVladimir Makarov <vmakarov@gcc.gnu.org>
Wed, 9 Apr 2003 18:51:54 +0000 (18:51 +0000)
commitd1c9693eeb86a4e6fa6b0dd4526486211296fc06
treec7de181a74e753afaf3f346f037e870a60caad21
parentf32360c7226f7216f67970073a98cca0705a529d
sched-deps.c (reg_pending_barrier_mode): New enumeration.

2003-04-09  Vladimir Makarov  <vmakarov@redhat.com>

* sched-deps.c (reg_pending_barrier_mode): New enumeration.
(reg_pending_barrier): Make it of the enumeration type.
(sched_analyze_2): Define the barrier as MOVE_BARRIER or
TRUE_BARRIER.
(sched_analyze): Ditto.
(sched_analyze_insn): Ditto.  Use anti-dependencies for
MOVE_BARRIER and true-dependencies as TRUE_BARRIER.
(init_deps_global): Initialize the barrier as NO_BARRIER.

From-SVN: r65402
gcc/ChangeLog
gcc/sched-deps.c