mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-19 14:39:42 +08:00
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:
parent
f387d86265
commit
01c70ab016
@ -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.
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user