diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-12-04 00:20:31 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-12-04 00:20:31 +0000 |
commit | 2b02580fd35fe2f9d9b124e2867eb6c7f3228683 (patch) | |
tree | c955f6935acd1dde2f9a2c0e759835c083b1cd04 /gcc/expr.h | |
parent | a8d2b0c84dad195a2652a8edd7f68cac0ddf183e (diff) | |
download | ppe42-gcc-2b02580fd35fe2f9d9b124e2867eb6c7f3228683.tar.gz ppe42-gcc-2b02580fd35fe2f9d9b124e2867eb6c7f3228683.zip |
* alias.c (component_uses_parent_alias_set): Rename from
can_address_p. Return bool. Reverse the sense of the result.
Reinstate the check for alias set zero.
(get_alias_set): Update to match.
* alias.h (component_uses_parent_alias_set): Likewise.
* emit-rtl.c (set_mem_attributes_minus_bitpos): Likewise.
* expr.c (expand_assignment): Likewise.
* expr.h: Remove commented out prototypes that were moved to alias.h.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91712 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/expr.h')
-rw-r--r-- | gcc/expr.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/expr.h b/gcc/expr.h index 780ad4dfdd4..64dccd069bd 100644 --- a/gcc/expr.h +++ b/gcc/expr.h @@ -530,11 +530,6 @@ extern unsigned int case_values_threshold (void); /* Functions from alias.c */ #include "alias.h" -/* extern HOST_WIDE_INT get_varargs_alias_set (void); */ -/* extern HOST_WIDE_INT get_frame_alias_set (void); */ -/* extern void record_base_value (unsigned int, rtx, int); */ -/* extern HOST_WIDE_INT new_alias_set (void); */ -/* extern int can_address_p (tree); */ /* rtl.h and tree.h were included. */ |