diff options
author | Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz> | 2003-04-05 17:57:40 +0200 |
---|---|---|
committer | Zdenek Dvorak <rakdver@gcc.gnu.org> | 2003-04-05 15:57:40 +0000 |
commit | 94f24ddce6d75529a8865f365df4b08c871c2c41 (patch) | |
tree | 127d24f867f773943f7024a7efa531258e061912 /gcc/rtl.h | |
parent | 92441f839f6959476991c26bca3db09802dbcf6a (diff) | |
download | gcc-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 { |