diff options
author | Jan Hubicka <hubicka@gcc.gnu.org> | 2004-05-26 09:12:45 +0000 |
---|---|---|
committer | Jan Hubicka <hubicka@gcc.gnu.org> | 2004-05-26 09:12:45 +0000 |
commit | 43acb4c458d3aea42fccef8c1e713718d577a4f8 (patch) | |
tree | fc56737a90e1dd1131a66645969ea6f07ee064b3 | |
parent | f00d196d208240cea418ee3bfa86f453d7f4fe5c (diff) | |
download | gcc-43acb4c458d3aea42fccef8c1e713718d577a4f8.zip gcc-43acb4c458d3aea42fccef8c1e713718d577a4f8.tar.gz gcc-43acb4c458d3aea42fccef8c1e713718d577a4f8.tar.bz2 |
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
-rw-r--r-- | gcc/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9ff2cd7..1bacc99 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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> |