]> gcc.gnu.org Git - gcc.git/commit
* loop.c (try_copy_prop); Kill invalidated REG_EQUAL notes.
authorJan Hubicka <jh@suse.cz>
Sat, 4 Aug 2001 12:08:43 +0000 (14:08 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Sat, 4 Aug 2001 12:08:43 +0000 (12:08 +0000)
commitf133022600b6df6e3ed8eae718b22a8534b60874
tree52edd2af4071bdd3a36e9e4326fda3898b0340fc
parentef6e958a8611ff372211d0fd3cd9659614583bb4
* loop.c (try_copy_prop); Kill invalidated REG_EQUAL notes.

* reload1.c (fixup_abnormal_edges): New static function.
(reload): Use it.

* flow.c (need_fake_edge_p): New function.
(flow_call_edges_add): Fix handling of noreturn and sibbling calls;
avoid call insn to be very last insn in the insn stream.

* profile.c (branch_prob): Call flow_call_edges_add instead of
doing that by hand; cleanup cfg to re-merge basic blocks once
we are done.

From-SVN: r44635
gcc/ChangeLog
gcc/flow.c
gcc/loop.c
gcc/profile.c
gcc/reload1.c
This page took 0.064235 seconds and 5 git commands to generate.