aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorZdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>2003-04-05 17:57:40 +0200
committerZdenek Dvorak <rakdver@gcc.gnu.org>2003-04-05 15:57:40 +0000
commit94f24ddce6d75529a8865f365df4b08c871c2c41 (patch)
tree127d24f867f773943f7024a7efa531258e061912 /gcc/rtl.h
parent92441f839f6959476991c26bca3db09802dbcf6a (diff)
downloadgcc-94f24ddce6d75529a8865f365df4b08c871c2c41.zip
gcc-94f24ddce6d75529a8865f365df4b08c871c2c41.tar.gz
gcc-94f24ddce6d75529a8865f365df4b08c871c2c41.tar.bz2
alias.c (find_base_term): Export.
* alias.c (find_base_term): Export. * rtl.h (find_base_term): Declare. * gcse.c (find_moveable_store): Test for flag_non_call_exceptions instead of flag_exceptions. Move test for parameter passing ... (store_killed_in_insn): ... here. From-SVN: r65272
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 c03172b..b874d64 100644
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -2282,6 +2282,7 @@ extern void init_alias_analysis PARAMS ((void));
extern void end_alias_analysis PARAMS ((void));
extern rtx addr_side_effect_eval PARAMS ((rtx, int, int));
extern bool memory_modified_in_insn_p PARAMS ((rtx, rtx));
+extern rtx find_base_term PARAMS ((rtx));
/* In sibcall.c */
typedef enum {