diff options
Diffstat (limited to 'gcc/tree-flow.h')
-rw-r--r-- | gcc/tree-flow.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/tree-flow.h b/gcc/tree-flow.h index 044a520..e2eb882 100644 --- a/gcc/tree-flow.h +++ b/gcc/tree-flow.h @@ -740,9 +740,7 @@ extern void print_loop_ir (FILE *); extern void cleanup_dead_labels (void); extern void group_case_labels (void); extern tree first_stmt (basic_block); -extern const_tree const_first_stmt (const_basic_block); extern tree last_stmt (basic_block); -extern const_tree const_last_stmt (const_basic_block); extern tree last_and_only_stmt (basic_block); extern edge find_taken_edge (basic_block, tree); extern basic_block label_to_block_fn (struct function *, tree); |