From 2039d7aaea51db1bcfabe7b8f7b3fda6f198f605 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Fri, 3 Dec 2004 16:20:31 -0800 Subject: alias.c (component_uses_parent_alias_set): Rename from can_address_p. * 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. From-SVN: r91712 --- gcc/expr.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'gcc/expr.h') diff --git a/gcc/expr.h b/gcc/expr.h index 780ad4d..64dccd0 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. */ -- cgit v1.1