aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorJohn Wehle <john@feith.com>2001-12-07 16:10:03 +0000
committerJohn Wehle <wehle@gcc.gnu.org>2001-12-07 16:10:03 +0000
commitd644189f51968195dc2fe1b9c4e851f8538475f3 (patch)
tree91871aa733ca0ae38e63395948c525a3d872a6d7 /gcc/rtl.h
parent5af0b89c0d06133ec4fda00a308232f585361850 (diff)
downloadgcc-d644189f51968195dc2fe1b9c4e851f8538475f3.zip
gcc-d644189f51968195dc2fe1b9c4e851f8538475f3.tar.gz
gcc-d644189f51968195dc2fe1b9c4e851f8538475f3.tar.bz2
rtl.h (get_jump_table_offset): Declare.
* rtl.h (get_jump_table_offset): Declare. * rtlanal.c (get_jump_table_offset): Implement. From-SVN: r47756
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r--gcc/rtl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h
index b76376a..0fe43aa 100644
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -1427,6 +1427,7 @@ extern int rtx_varies_p PARAMS ((rtx, int));
extern int rtx_addr_varies_p PARAMS ((rtx, int));
extern HOST_WIDE_INT get_integer_term PARAMS ((rtx));
extern rtx get_related_value PARAMS ((rtx));
+extern rtx get_jump_table_offset PARAMS ((rtx, rtx *));
extern int reg_mentioned_p PARAMS ((rtx, rtx));
extern int count_occurrences PARAMS ((rtx, rtx, int));
extern int reg_referenced_p PARAMS ((rtx, rtx));