aboutsummaryrefslogtreecommitdiff
path: root/gcc/stmt.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/stmt.c')
-rw-r--r--gcc/stmt.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/gcc/stmt.c b/gcc/stmt.c
index e919cd2..837df5c 100644
--- a/gcc/stmt.c
+++ b/gcc/stmt.c
@@ -6372,19 +6372,3 @@ emit_case_nodes (index, node, default_label, index_type)
}
}
-/* These routines are used by the loop unrolling code. They copy BLOCK trees
- so that the debugging info will be correct for the unrolled loop. */
-
-void
-find_loop_tree_blocks ()
-{
- identify_blocks (DECL_INITIAL (current_function_decl), get_insns ());
-}
-
-void
-unroll_block_trees ()
-{
- tree block = DECL_INITIAL (current_function_decl);
-
- reorder_blocks (block, get_insns ());
-}