summaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorvmakarov <vmakarov@138bc75d-0d04-0410-961f-82ee72b054a4>2005-02-09 21:29:22 +0000
committervmakarov <vmakarov@138bc75d-0d04-0410-961f-82ee72b054a4>2005-02-09 21:29:22 +0000
commit8024da994207870f456c6d8dc2a1bd312b008861 (patch)
treec9123d6bb3a37ed6c3357848c7edcc9965fa34fb /gcc/ChangeLog
parent757c219d39633206faa75b5b10219b6326a5f4d4 (diff)
downloadgcc-8024da994207870f456c6d8dc2a1bd312b008861.tar.gz
2005-02-09 Andreas Krebbel <krebbel1@de.ibm.com>
* gcc/haifa-sched.c (schedule_block): Make queued sched group insns return to ready list in the next turn. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@94775 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 60107b013c3..8243c2f32dd 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,9 @@
+2005-02-09 Andreas Krebbel <krebbel1@de.ibm.com>
+
+ * gcc/haifa-sched.c (schedule_block): Make queued sched group
+ insns return to ready list in the next turn.
+
+
2005-02-09 Richard Guenther <rguenth@gcc.gnu.org>
PR middle-end/19402