* basic-block.h (update_bb_profile_after_threading): Declare.
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 19 Sep 2004 16:04:03 +0000 (16:04 +0000)
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 19 Sep 2004 16:04:03 +0000 (16:04 +0000)
commit615dd397c37bcd1d50f3b13227eb2fb4f2edb237
tree2864608d6a5ce3c527756be3a276cd609e29f91f
parentc9cbb533d375a6102745288983e820ff3a52f66e
* basic-block.h (update_bb_profile_after_threading): Declare.
* cfg.c (update_bb_profile_after_threading): Break out from ...
* cfgcleanup.c (try_forward_edges): ... here; use it.
* tree-ssa-dom.c (thread_across_edge): Use it.
* tree-ssa-threadupdate.c (create_block_for_threading): Zero out
profile of the new BB.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@87730 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/basic-block.h
gcc/cfg.c
gcc/cfgcleanup.c
gcc/tree-ssa-dom.c
gcc/tree-ssa-threadupdate.c