aboutsummaryrefslogtreecommitdiff
path: root/gcc/flow.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/flow.c')
-rw-r--r--gcc/flow.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/gcc/flow.c b/gcc/flow.c
index 7b249429..23402d3 100644
--- a/gcc/flow.c
+++ b/gcc/flow.c
@@ -2469,23 +2469,6 @@ tidy_fallthru_edges ()
tidy_fallthru_edge (s, b, c);
}
}
-
-/* Discover and record the loop depth at the head of each basic block. */
-
-void
-calculate_loop_depth (dump)
- FILE *dump;
-{
- struct loops loops;
-
- /* The loop infrastructure does the real job for us. */
- flow_loops_find (&loops);
-
- if (dump)
- flow_loops_dump (&loops, dump, 0);
-
- flow_loops_free (&loops);
-}
/* Perform data flow analysis.
F is the first insn of the function; FLAGS is a set of PROP_* flags