summaryrefslogtreecommitdiffstats
path: root/gcc/toplev.c
diff options
context:
space:
mode:
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>1999-12-15 14:17:59 +0000
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>1999-12-15 14:17:59 +0000
commit47af87c811973698519058289c07177b0cd31715 (patch)
tree945b96b3dfced6c58fc828c818aca14d91a14035 /gcc/toplev.c
parent9ceb03fb1d6c11959fdabb963045678abc433166 (diff)
downloadppe42-gcc-47af87c811973698519058289c07177b0cd31715.tar.gz
ppe42-gcc-47af87c811973698519058289c07177b0cd31715.zip
* 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
Diffstat (limited to 'gcc/toplev.c')
-rw-r--r--gcc/toplev.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/toplev.c b/gcc/toplev.c
index fbbbb648916..dbe2706bb85 100644
--- a/gcc/toplev.c
+++ b/gcc/toplev.c
@@ -4060,6 +4060,7 @@ rest_of_compilation (decl)
(flow_time,
{
find_basic_blocks (insns, max_reg_num (), rtl_dump_file, 1);
+ calculate_loop_depth (rtl_dump_file);
life_analysis (insns, max_reg_num (), rtl_dump_file, 1);
});
OpenPOWER on IntegriCloud