aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index d45e3e66..deeac92 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,14 @@
+Thu Mar 16 09:02:19 2000 Jason Eckhardt <jle@cygnus.com>
+
+ * flow.c: Move all basic block reordering code into its own file.
+ (create_basic_block): Externalize.
+ * bb-reorder.c: New file. Copy all basic block reordering code from
+ flow.c to this file.
+ (reorder_basic_blocks): Fix fencepost error in for-loop.
+ (reorder_basic_blocks): Remove braces from single statement for-loops.
+ * basic-block.h: Add declaration for create_basic_block.
+ * Makefile.in: Add rules for bb-reorder.o.
+
2000-03-16 Neil Booth <NeilB@earthling.net>
* cppinit.c (handle_option): Implement #unassert directive