rtl.h (mem_attrs): Rename decl to expr; adjust all users.
authorRichard Henderson <rth@redhat.com>
Sun, 2 Dec 2001 19:04:23 +0000 (11:04 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Sun, 2 Dec 2001 19:04:23 +0000 (11:04 -0800)
commit998d7deb143c6511c68e21abb811af9f5524f89d
tree7dcf60eaed1d63b62946ca9c11cf34b2d9ceaa21
parent3d55d212918e4f8853365fbf7531d30b9d88a82f
rtl.h (mem_attrs): Rename decl to expr; adjust all users.

        * rtl.h (mem_attrs): Rename decl to expr; adjust all users.
        (MEM_EXPR): Rename from MEM_DECL; adjust all users.
        * emit-rtl.c (set_mem_expr): Rename from set_mem_decl.
        * expr.h, final.c, reload1.c: Adjust users.

        * alias.c (nonoverlapping_component_refs_p): New.
        (decl_for_component_ref, adjust_offset_for_component_ref): New.
        (nonoverlapping_memrefs_p): Use them.
        * emit-rtl.c (component_ref_for_mem_expr): New.
        (set_mem_attributes): Use it.
        (set_mem_offset): New.
        * expr.c (expand_assignment): Call set_mem_attributes for
        inner references; adjust the memory offset as needed.
        * print-rtl.c (print_mem_expr): New.
        (print_rtx): Use it.

From-SVN: r47534
gcc/ChangeLog
gcc/alias.c
gcc/emit-rtl.c
gcc/expr.c
gcc/expr.h
gcc/final.c
gcc/print-rtl.c
gcc/reload1.c
gcc/rtl.h