* cfgcleanup.c (try_forward_edges): Do not check loop structure when
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 26 May 2004 09:12:45 +0000 (09:12 +0000)
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 26 May 2004 09:12:45 +0000 (09:12 +0000)
not loop optimizing.
(try_optimize_cfg): Do not merge across jumptables.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@82282 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog

index 9ff2cd7..1bacc99 100644 (file)
@@ -1,5 +1,11 @@
 2004-05-26  Jan Hubicka  <jh@suse.cz>
 
+       * cfgcleanup.c (try_forward_edges):  Do not check loop structure when
+       not loop optimizing.
+       (try_optimize_cfg): Do not merge across jumptables.
+
+2004-05-26  Jan Hubicka  <jh@suse.cz>
+
        * except.c (can_throw_internal):  Notice RESX instructions.
 
 2004-05-26  Eric Botcazou  <ebotcazou@act-europe.fr>