From 43acb4c458d3aea42fccef8c1e713718d577a4f8 Mon Sep 17 00:00:00 2001 From: Jan Hubicka Date: Wed, 26 May 2004 09:12:45 +0000 Subject: [PATCH] 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 --- gcc/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) 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. -- 2.30.2