projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
725474a
)
* haifa-sched.c (schedule_block): Fix thinko.
author
Jeffrey A Law
<law@cygnus.com>
Thu, 4 Nov 1999 13:39:28 +0000
(13:39 +0000)
committer
Jeff Law
<law@gcc.gnu.org>
Thu, 4 Nov 1999 13:39:28 +0000
(06:39 -0700)
From-SVN: r30390
gcc/ChangeLog
patch
|
blob
|
history
gcc/haifa-sched.c
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 49f90002b864f745936cc0ef77b59c840e234ba3..527caf987aa923643c3705f53245f2426de632a1 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-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.
diff --git
a/gcc/haifa-sched.c
b/gcc/haifa-sched.c
index e76a5cd00fadcd947ce7f5bc570228b26d197b4e..ba96bc40b8b75c6668d03b5d06dd5d1a518c9f30 100644
(file)
--- a/
gcc/haifa-sched.c
+++ b/
gcc/haifa-sched.c
@@
-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. */