Commit 01c70ab0 by Robert Lipe Committed by Robert Lipe

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
parent f387d862
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.
......
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment