* haifa-sched.c (schedule_block): Fix thinko.
From-SVN: r30390
This commit is contained in:
parent
725474abee
commit
eae48b73bd
@ -1,3 +1,7 @@
|
||||
Thu Nov 4 06:39:47 1999 Jeffrey A Law (law@cygnus.com)
|
||||
|
||||
* haifa-sched.c (schedule_block): Fix thinko.
|
||||
|
||||
Wed Nov 3 23:05:14 1999 Mark Mitchell <mark@codesourcery.com>
|
||||
|
||||
* flags.h (flag_renumber_insns): Declare.
|
||||
|
@ -5994,7 +5994,7 @@ schedule_block (bb, rgn_n_insns)
|
||||
still intact. */
|
||||
|
||||
temp = insn;
|
||||
while (SCHED_GROUP_P (insn))
|
||||
while (SCHED_GROUP_P (temp))
|
||||
temp = PREV_INSN (temp);
|
||||
|
||||
/* Update source block boundaries. */
|
||||
|
Loading…
Reference in New Issue
Block a user