diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-10-05 22:55:59 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-10-05 22:55:59 +0000 |
commit | 29cd975191d09486fbbc2de22f78a6e364b48913 (patch) | |
tree | 2c31b3c3692d04f0b6880985575103f2307a0b76 /gcc/rtl.h | |
parent | 3a540c9b0b4ebe5b0ab826a4c95e324d726a2b55 (diff) | |
download | gcc-29cd975191d09486fbbc2de22f78a6e364b48913.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@88580 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r-- | gcc/rtl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h index ffc7ef5cb11..ac2419b41e2 100644 --- a/gcc/rtl.h +++ b/gcc/rtl.h @@ -1598,7 +1598,6 @@ extern int rtx_varies_p (rtx, int); extern int rtx_addr_varies_p (rtx, int); extern HOST_WIDE_INT get_integer_term (rtx); extern rtx get_related_value (rtx); -extern rtx get_jump_table_offset (rtx, rtx *); extern int global_reg_mentioned_p (rtx); extern int reg_mentioned_p (rtx, rtx); extern int count_occurrences (rtx, rtx, int); |