haifa-sched.c (schedule_block): Provide empty source statement if not MD_SCHED_REORDER2.

* haifa-sched.c (schedule_block): Provide empty source statement
        if not MD_SCHED_REORDER2.

From-SVN: r38411
This commit is contained in:
Robert Lipe 2000-12-21 05:00:08 +00:00 committed by Robert Lipe
parent f387d86265
commit 01c70ab016
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2000-12-20 Robert Lipe <robertlipe@usa.net>
* haifa-sched.c (schedule_block): Provide empty source statement
if not MD_SCHED_REORDER2.
2000-12-20 Richard Henderson <rth@redhat.com>
* rtl.h (REG_NON_LOCAL_GOTO): New.

View File

@ -1774,6 +1774,7 @@ schedule_block (b, rgn_n_insns)
schedule_insn (insn, &ready, clock_var);
next:
;
#ifdef MD_SCHED_REORDER2
/* Sort the ready list based on priority. */
if (ready.n_ready > 0)