flow.c (calculate_loop_depth): Make global, remove prototype, rewrite to use new...
authorJan Hubicka <hubicka@freesoft.cz>
Wed, 15 Dec 1999 14:17:59 +0000 (15:17 +0100)
committerJan Hubicka <hubicka@gcc.gnu.org>
Wed, 15 Dec 1999 14:17:59 +0000 (14:17 +0000)
commit35836a43fa532226b937874c1289439565f0cb74
tree945b96b3dfced6c58fc828c818aca14d91a14035
parentce4bbac71c009c87e902148838b7c4ef6f8be27b
flow.c (calculate_loop_depth): Make global, remove prototype, rewrite to use new loop infrastructure.

* 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.

From-SVN: r30955
gcc/ChangeLog
gcc/flow.c
gcc/output.h
gcc/toplev.c