From: hubicka Date: Sat, 4 Apr 2009 17:13:15 +0000 (+0000) Subject: Fix changelog entry. X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=commitdiff_plain;h=74eed1edb7ff0d89ca8f28a4b937d2322e6625ce Fix changelog entry. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145544 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 64331da6185..7239ecf32e1 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,12 +1,10 @@ 2009-04-04 Jan Hubicka - * except.c (remove_eh_handler): Make static. - (eh_region_must_not_throw_p): Kill. - (expand_resx_expr): Assertize. - (duplicate_eh_regions): Accept callback as parameter; comment. - * except.h (duplicate_eh_regions): New function. - (remap_decl_v): Kill. - (copy_cfg_body): Update call of duplicate_eh_regions. + * tree-eh.c (tree_empty_eh_handler_p): Pattern match more curefully. + (all_phis_safe_to_merge): New function. + (update_info): New structure. + (make_eh_edge_and_update_phi, update_eh_edges): New functions. + (cleanup_empty_eh): Update SSA if possible. 2009-04-04 Richard Guenther