]> gcc.gnu.org Git - gcc.git/commit
Makefile.in (tree.o): Depend on HASHTAB_H.
authorMartin v. Löwis <loewis@informatik.hu-berlin.de>
Sun, 19 Mar 2000 17:53:38 +0000 (17:53 +0000)
committerMartin v. Löwis <loewis@gcc.gnu.org>
Sun, 19 Mar 2000 17:53:38 +0000 (17:53 +0000)
commitd88f311b6384b7fc22fe799225097782cb502b9d
tree443856c449bc3cbdb93e910ddd5227d5d8e06c7a
parente680248ee3883ade8e5ee164bf0c665ffb0a6067
Makefile.in (tree.o): Depend on HASHTAB_H.

* Makefile.in (tree.o): Depend on HASHTAB_H.
* tree.c: Include hashtab.h.
(struct type_hash): Remove next field.
(TYPE_HASH_SIZE): Remove.
(TYPE_HASH_INITIAL_SIZE): New define.
(type_hash_table): Change type to htab_t.
(type_hash_eq, type_hash_hash, print_type_hash_statistics,
mark_hash_entry): New functions.
(init_obstacks): Allocate type hash.
(type_hash_lookup): Use htab functions.
(type_hash_add, mark_type_hash): Likewise.
(dump_tree_statistics): Call print_type_hash_statistics.

From-SVN: r32642
gcc/ChangeLog
gcc/Makefile.in
gcc/tree.c
This page took 0.048857 seconds and 5 git commands to generate.