toplev.c (rest_of_compilation): Do jump threading before SSA path...
commit2ca6672b2713bed413a3a21e0468db1723de41cb
authorJan Hubicka <jh@suse.cz>
Wed, 6 Mar 2002 19:34:36 +0000 (6 20:34 +0100)
committerJan Hubicka <hubicka@gcc.gnu.org>
Wed, 6 Mar 2002 19:34:36 +0000 (6 19:34 +0000)
tree1f1d32f26b4675b6497ee473cc04e606b49810e1
parent31d0dd4fa30cbe7fc65d3e27461833c0bcca757a
toplev.c (rest_of_compilation): Do jump threading before SSA path...

* toplev.c (rest_of_compilation): Do jump threading before SSA path;
consistently call delete_trivially_dead_insns after CSE and GCSE;
fix DFI_life dumping; do jump threading after liveness; do crossjumping
after liveness2; update comment in last crossjumping.
* cfgcleanup.c (try_crossjump_to_edge): Dirtify block.

From-SVN: r50373
gcc/ChangeLog
gcc/cfgcleanup.c
gcc/toplev.c