aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.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/rtl.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/rtl.h')
-rw-r--r--gcc/rtl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h
index ffc7ef5..ac2419b 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);