aboutsummaryrefslogtreecommitdiff
path: root/gcc/basic-block.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-10-05 22:55:59 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-10-05 22:55:59 +0000
commit7922a3bb6ba14d5933fc414f6c345e96acd33833 (patch)
tree2c31b3c3692d04f0b6880985575103f2307a0b76 /gcc/basic-block.h
parent9ec9d82b6d6a8b4349f80313f1d980124efe2e00 (diff)
downloadgcc-7922a3bb6ba14d5933fc414f6c345e96acd33833.zip
gcc-7922a3bb6ba14d5933fc414f6c345e96acd33833.tar.gz
gcc-7922a3bb6ba14d5933fc414f6c345e96acd33833.tar.bz2
basic-block.h: Remove the prototype for flow_preorder_transversal_compute.
* basic-block.h: Remove the prototype for flow_preorder_transversal_compute. * cfganal.c (dfst_node): Remove. (flow_preorder_transversal_compute): Likewise. * rtl.h: Remove the prototype for get_jump_table_offset. * rtlanal.c (get_jump_table_offset): Remove. From-SVN: r88580
Diffstat (limited to 'gcc/basic-block.h')
-rw-r--r--gcc/basic-block.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/basic-block.h b/gcc/basic-block.h
index 16d5ab3..7a75d68 100644
--- a/gcc/basic-block.h
+++ b/gcc/basic-block.h
@@ -473,7 +473,6 @@ extern basic_block create_basic_block_structure (rtx, rtx, rtx, basic_block);
extern void clear_bb_flags (void);
extern void flow_reverse_top_sort_order_compute (int *);
extern int flow_depth_first_order_compute (int *, int *);
-extern void flow_preorder_transversal_compute (int *);
extern int dfs_enumerate_from (basic_block, int,
bool (*)(basic_block, void *),
basic_block *, int, void *);