* flow.c (calculate_loop_depth): Make global, remove prototype,
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 15 Dec 1999 14:17:59 +0000 (14:17 +0000)
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 15 Dec 1999 14:17:59 +0000 (14:17 +0000)
commit47af87c811973698519058289c07177b0cd31715
tree945b96b3dfced6c58fc828c818aca14d91a14035
parent9ceb03fb1d6c11959fdabb963045678abc433166
* flow.c (calculate_loop_depth): Make global, remove prototype,
rewrite to use new loop infrastructure.
(find_basic_block): Remove calculate_loop_depth call.
* toplev.c (rest_of_compilation): Call find_basic_block.
* output.h (calculate_loop_depth): Declare.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30955 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/flow.c
gcc/output.h
gcc/toplev.c