aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-11-11 23:08:56 +0000
committerKazu Hirata <kazu@cs.umass.edu>2004-11-11 23:08:56 +0000
commita192d12954f71d1bda34f545eb79651d479cf42d (patch)
treeaebc45babab958f38a1efb5066c810a2e31511d8 /gcc/rtl.h
parenteb9064e457320b64460b9b20a3c1c150a245ae54 (diff)
* 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: https://gcc.gnu.org/svn/gcc/trunk@90501 138bc75d-0d04-0410-961f-82ee72b054a4
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 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);