diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-11 23:08:56 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-11 23:08:56 +0000 |
commit | 0aa9ffd404b5ea71b2223640f71170d6e391838f (patch) | |
tree | aebc45babab958f38a1efb5066c810a2e31511d8 /gcc/rtl.h | |
parent | 75ff09a0a5433fa68975fe6cc5a21ae47ebea486 (diff) | |
download | gcc-0aa9ffd404b5ea71b2223640f71170d6e391838f.tar.gz |
* alias.c (record_alias_subset, addr_side_effect_eval):
Make them static.
* alias.h: Remove the prototype for record_alias_subset.
* expr.h: Remove the commented-out prototype for
record_alias_subset.
* rtl.h: Remove the prototype for addr_side_effect_eval.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@90501 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 d85c4bd8639..30ea52ee022 100644 --- a/gcc/rtl.h +++ b/gcc/rtl.h @@ -2166,7 +2166,6 @@ extern void mark_constant_function (void); extern void init_alias_once (void); extern void init_alias_analysis (void); extern void end_alias_analysis (void); -extern rtx addr_side_effect_eval (rtx, int, int); extern bool memory_modified_in_insn_p (rtx, rtx); extern rtx find_base_term (rtx); extern rtx gen_hard_reg_clobber (enum machine_mode, unsigned int); |