diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-10-22 18:48:15 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-10-22 18:48:15 +0000 |
commit | 4fe8591b5242e7ce738f1a8cce4e77d81982a141 (patch) | |
tree | 8476ead14088b9822917e5736e11dcd448dd2534 /gcc/rtl.h | |
parent | 385efa80b70c085c5856c2454236c0bdf0567c80 (diff) | |
download | gcc-4fe8591b5242e7ce738f1a8cce4e77d81982a141.tar.gz |
varasm.c (get_pool_mode_for_function, [...]): Remove.
* varasm.c (get_pool_mode_for_function, get_pool_offset):
Remove.
* rtl.h: Remove the corresponding prototypes.
From-SVN: r89465
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r-- | gcc/rtl.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h index ca2a0174ae5..9b9bfcce6b7 100644 --- a/gcc/rtl.h +++ b/gcc/rtl.h @@ -1446,8 +1446,6 @@ extern rtx get_pool_constant (rtx); extern rtx get_pool_constant_mark (rtx, bool *); extern enum machine_mode get_pool_mode (rtx); extern rtx get_pool_constant_for_function (struct function *, rtx); -extern enum machine_mode get_pool_mode_for_function (struct function *, rtx); -extern int get_pool_offset (rtx); extern rtx simplify_subtraction (rtx); /* In function.c */ |