* haifa-sched.c (schedule_block): Fix thinko.

From-SVN: r30390
This commit is contained in:
Jeffrey A Law 1999-11-04 13:39:28 +00:00 committed by Jeff Law
parent 725474abee
commit eae48b73bd
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -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. */