* basic-block.h (profile_staus): New global variable.
commit020c749b4c8119d7493328aac7462e447dec88cf
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 4 Aug 2004 21:37:06 +0000 (4 21:37 +0000)
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 4 Aug 2004 21:37:06 +0000 (4 21:37 +0000)
tree14f9d312df96f3a3cf47a367e3b936b8d773c4fe
parentd4e15290516b7d2d927c20a38c96c46964993bc8
* basic-block.h (profile_staus): New global variable.
* cfg.c (profile_status): Declare.
(check_bb_profile): Break out from ....; use profile_status
(dump_flow_info): ... here.
* cfgbuild.c (find_basic_blocks): Set profile_status.
* cfgexpand.c (tree_expand_cfg): Likewise.
* predict.c (estimate_probability): Likewise.
* profile.c (branch_prob): Likewise.
* tree-cfg.c (build_tree_cfg): Likewise.
(dump_function_to_file): Use check_bb_profile.
* tree-pretty-print (dump_bb_header): Likewise.
* tree-profile.c (do_tree_profiling): Cleanup.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@85579 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/basic-block.h
gcc/cfg.c
gcc/cfgbuild.c
gcc/cfgexpand.c
gcc/predict.c
gcc/profile.c
gcc/tree-cfg.c
gcc/tree-pretty-print.c
gcc/tree-profile.c