diff options
author | Michael Hayes <m.hayes@elec.canterbury.ac.nz> | 1998-12-03 01:32:23 +0000 |
---|---|---|
committer | Michael Hayes <m.hayes@gcc.gnu.org> | 1998-12-03 01:32:23 +0000 |
commit | 39cec1ac5ac3dec3a6f22dc60587326f5f5dc4ef (patch) | |
tree | 784e2a2f3a4aa6bf5c9f17a4f251a307531cf5b0 /gcc/rtl.h | |
parent | 5cf068b168182de3a080a3ec60abfb564b9262b9 (diff) | |
download | gcc-39cec1ac5ac3dec3a6f22dc60587326f5f5dc4ef.zip gcc-39cec1ac5ac3dec3a6f22dc60587326f5f5dc4ef.tar.gz gcc-39cec1ac5ac3dec3a6f22dc60587326f5f5dc4ef.tar.bz2 |
alias.c (addr_side_effect_eval): New function.
* alias.c (addr_side_effect_eval): New function.
(memrefs_conflict_p): Use it.
* rtl.h (addr_side_effect_eval): Prototype it.
From-SVN: r24068
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r-- | gcc/rtl.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1521,5 +1521,6 @@ extern void end_alias_analysis PROTO ((void)); extern void record_base_value PROTO ((int, rtx, int)); extern void record_alias_subset PROTO ((int, int)); +extern rtx addr_side_effect_eval PROTO ((rtx, int, int)); #endif /* _RTL_H */ |