hash-table.h (struct pointer_hash): Fix formating.
commit6db4bc6e2553169f6bf1214d7cbb95e2d0060402
authorJan Hubicka <hubicka@ucw.cz>
Fri, 19 Dec 2014 20:27:53 +0000 (19 21:27 +0100)
committerJan Hubicka <hubicka@gcc.gnu.org>
Fri, 19 Dec 2014 20:27:53 +0000 (19 20:27 +0000)
tree3079c37f4f6dcacc32eabe361d9f90849127fe5a
parent58c9330bc1f7d1235de3fa7f4684a75d9c3d9e0c
hash-table.h (struct pointer_hash): Fix formating.

* hash-table.h (struct pointer_hash): Fix formating.
(hash_table_higher_prime_index): Declare pure.
(hash_table_mod2, hash_table_mod1, mul_mod): Move inline;
assume that uint64_t always exists.
(hash_table<Descriptor, Allocator, false>): Use gcc_checking_assert.
(hash_table<Descriptor, Allocator, false>::expand ()): Fix formating.
(hash_table<Descriptor, Allocator, false>::clear_slot (value_type **slot)):
Use checking assert.
* hash-table.c: Remove #if 0 code.
(hash_table_higher_prime_index): Use gcc_assert.
(mul_mod, hash-table_mod1, hash_table_mod2): move to hash-table.h

From-SVN: r218976
gcc/ChangeLog
gcc/hash-table.c
gcc/hash-table.h