Commit eae48b73 by Jeffrey A Law Committed by Jeff Law

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

From-SVN: r30390
parent 725474ab
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. */
......
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