aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorKazu Hirata <kazu@gcc.gnu.org>2004-01-02 17:42:05 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-01-02 17:42:05 +0000
commitcabb656445e9788756ecbbbb7485f7daa3abba86 (patch)
treea69b3ce1d1702b03d609e5ec7a3e87486cfa1320 /gcc
parent9b9bd3b2076746918bda957b953b5b8faf4f3497 (diff)
downloadgcc-cabb656445e9788756ecbbbb7485f7daa3abba86.zip
gcc-cabb656445e9788756ecbbbb7485f7daa3abba86.tar.gz
gcc-cabb656445e9788756ecbbbb7485f7daa3abba86.tar.bz2
Add a missing ChangeLog entry.
From-SVN: r75329
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog.101
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/ChangeLog.10 b/gcc/ChangeLog.10
index b197c75..d9af377 100644
--- a/gcc/ChangeLog.10
+++ b/gcc/ChangeLog.10
@@ -219,6 +219,7 @@
* cfgloopmanip.c (remove_bbs, find_path, create_preheader,
split_loop_bb, loopify, duplicate_loop_to_header_edge,
force_single_succ_latches, loop_split_edge_with): Ditto.
+ * function.h (current_function_name): Remove.
* gcse.c (dominators): Variable removed.
(free_code_hoist_mem, compute_code_hoist_data, hoist_code):
Updated for the new interface for dominance information.