Fix error in last change

From-SVN: r38468
This commit is contained in:
Bernd Schmidt 2000-12-22 18:40:33 +00:00 committed by Bernd Schmidt
parent 6f7ebcbb50
commit 394411d593
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2000-12-22 Bernd Schmidt <bernds@redhat.com>
* config/ia64/ia64.c (itanium_reorder): Only schedule stops in
the final scheduling pass.
2000-12-22 Nick Clifton <nickc@redhat.com>
* config/arm/arm.h (struct machine_function): Add new field

View File

@ -5596,7 +5596,7 @@ ia64_sched_reorder (dump, sched_verbose, ready, pn_ready, reorder_type)
highest = ready[n_ready - 1];
ready[n_ready - 1] = insn;
*insnp = highest;
if (group_barrier_needed_p (insn))
if (ia64_final_schedule && group_barrier_needed_p (insn))
{
schedule_stop (sched_verbose ? dump : NULL);
sched_data.last_was_stop = 1;