OSDN Git Service

Fix changelog entry.
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 4 Apr 2009 17:13:15 +0000 (17:13 +0000)
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 4 Apr 2009 17:13:15 +0000 (17:13 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145544 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog

index 64331da..7239ecf 100644 (file)
@@ -1,12 +1,10 @@
 2009-04-04  Jan Hubicka  <jh@suse.cz>
 
-       * 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  <rguenther@suse.de>