Makefile.in (print-rtl.o): Depend on TREE_H.
authorRichard Kenner <kenner@vlsi1.ultra.nyu.edu>
Wed, 17 Oct 2001 09:40:21 +0000 (09:40 +0000)
committerRichard Kenner <kenner@gcc.gnu.org>
Wed, 17 Oct 2001 09:40:21 +0000 (05:40 -0400)
commit3c5ad1ffc64ba4e4f05290d131a4f5d10d51a787
tree25ac03515e469bad58b3fc6c46d4fa8bd7ea4ca0
parent738cc472453eb61b6d18e223877e5380d7adb0dd
Makefile.in (print-rtl.o): Depend on TREE_H.

* Makefile.in (print-rtl.o): Depend on TREE_H.
* alias.c (get_alias_set): Make two passes over objects to first
see if inner object is access via restricted pointer.
Defer allocating alias set for restricted pointer until here.
Call find_placeholder with second arg nonzero.
Minor cleanups.
* c-common.c (c_apply_type_quals_to_decl): Defer getting alias
set for restricted pointer types.
* emit-rtl.c (set_mem_attributes): Set more attributes.
(set_mem_align, change_address, adjust_address_1): New functions.
(change_address_1): Now static.
(adjust_address, adjust_address_nv): Deleted.
(replace_equiv_address): Call change_address_1.
* expr.c (get_inner_reference): Handle PLACEHOLDER_EXPR.
(find_placeholder): Get starting point from PLIST arg.
(expand_expr, case PLACEHOLDER_EXPR): Initialize find_placeholder arg.
* expr.h (set_mem_align, change_address, adjust_address_1): New decls.
(adjust_address, adjust_address_nv): New macros.
* print-rtl.c (tree.h): New include.
(print_rtx, case MEM): Print all memory attributes.

From-SVN: r46314
gcc/ChangeLog
gcc/c-common.c