]> gcc.gnu.org Git - gcc.git/commit
conflict.c (conflict_graph_add): Pass enum type to htab_find_slot.
authorRichard Kenner <kenner@gcc.gnu.org>
Wed, 19 Apr 2000 16:04:14 +0000 (12:04 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Wed, 19 Apr 2000 16:04:14 +0000 (12:04 -0400)
commitf64bedbd7d93173ad2077cd86d7af11064205a22
tree46a87fa88d2c48f56935bac988649f280e0f74a1
parent456f6501a9a6476b2fa33940968f42521ffcfabc
conflict.c (conflict_graph_add): Pass enum type to htab_find_slot.

* gcc/conflict.c (conflict_graph_add): Pass enum type to
htab_find_slot.
* gcc/cpperror.c (hashtab.h): Now include.
* gcc/cppexp.c (hashtab.h): Likewise.
* gcc/cpplex.c (hashtab.h): Likewise.
* gcc/cppfiles.c (hashtab.h): Likewise.
(find_include_file, _cpp_calc_hash, cpp_read_file): Pass enum type
to htab_find_slot_with_hash.
* gcc/cpphash.c (hashtab.h): Now include.
(_cpp_lookup_slot): INSERT is now enum insert_option.
* gcc/cpphash.h (_cpp_lookup_slot): Likewise.
* gcc/cppinit.c (hashtab.h): Include earlier.
(initialize_builtins): Pass enum to htab_find_slot.
* gcc/cpplib.c (hashtab.h): Now include.
(do_define, do_undef): Pass enum type to _cpp_lookup_slot.
(do_pragma_poison, do_assert): Likewise.
* gcc/emit-rtl.c (gen_rtx_CONST_INT): Pass enum to
htab_find_slot_with_hash.
* gcc/simplify-rtx.c (cselib_lookup_mem, cselib_lookup): Likewise.
* gcc/tree.c (type_hash_add): Likewise.
(build1): Minor cleanup.
* include/hashtab.h (enum insert_option): New type.
(htab_find_slot, htab_find_slot_with_hash): Use it.
* libiberty/hashtab.c: Various minor cleanups.
(htab_find_slot_with_hash): INSERT is now enum insert_option.
(htab_find_slot): Likewise.

From-SVN: r33260
gcc/conflict.c
gcc/tree.c
This page took 0.054053 seconds and 5 git commands to generate.