From: Jan Hubicka Date: Wed, 26 May 2004 09:12:45 +0000 (+0000) Subject: cfgcleanup.c (try_forward_edges): Do not check loop structure when not loop optimizing. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=43acb4c458d3aea42fccef8c1e713718d577a4f8;p=gcc.git cfgcleanup.c (try_forward_edges): Do not check loop structure when not loop optimizing. * cfgcleanup.c (try_forward_edges): Do not check loop structure when not loop optimizing. (try_optimize_cfg): Do not merge across jumptables. From-SVN: r82282 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9ff2cd70a6c..1bacc993b24 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2004-05-26 Jan Hubicka + + * 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 * except.c (can_throw_internal): Notice RESX instructions.