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
This commit is contained in:
Jan Hubicka 2004-05-26 09:12:45 +00:00
parent f00d196d20
commit 43acb4c458

View File

@ -1,3 +1,9 @@
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.