aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKazu Hirata <kazu@gcc.gnu.org>2004-01-02 17:51:13 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-01-02 17:51:13 +0000
commit1e5c54affed9f54d0141950446e3fbc34547d936 (patch)
treec27673407a779f95eb10266e5b6388bc4426134f
parentcabb656445e9788756ecbbbb7485f7daa3abba86 (diff)
downloadgcc-1e5c54affed9f54d0141950446e3fbc34547d936.zip
gcc-1e5c54affed9f54d0141950446e3fbc34547d936.tar.gz
gcc-1e5c54affed9f54d0141950446e3fbc34547d936.tar.bz2
Add a missing ChangeLog entry.
From-SVN: r75330
-rw-r--r--gcc/ChangeLog.105
1 files changed, 4 insertions, 1 deletions
diff --git a/gcc/ChangeLog.10 b/gcc/ChangeLog.10
index d9af377..354bdbf 100644
--- a/gcc/ChangeLog.10
+++ b/gcc/ChangeLog.10
@@ -219,7 +219,10 @@
* 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.
+ * function.c (allocate_struct_function): Don't set
+ current_function_name.
+ * function.h (function): Remove name.
+ (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.