]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/emit-rtl.c
alias.c (component_uses_parent_alias_set): Rename from can_address_p.
authorRichard Henderson <rth@redhat.com>
Sat, 4 Dec 2004 00:20:31 +0000 (16:20 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Sat, 4 Dec 2004 00:20:31 +0000 (16:20 -0800)
commit2039d7aaea51db1bcfabe7b8f7b3fda6f198f605
treec955f6935acd1dde2f9a2c0e759835c083b1cd04
parent1b68ae543cfdc2819d365dc59c759e67e34ff4a3
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/ChangeLog
gcc/alias.c
gcc/alias.h
gcc/emit-rtl.c
gcc/expr.c
gcc/expr.h
gcc/testsuite/gcc.dg/attr-may-alias-1.c [new file with mode: 0644]