Fix error in last change
From-SVN: r38468
This commit is contained in:
parent
6f7ebcbb50
commit
394411d593
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user