diff options
author | Jakub Jelinek <jakub@redhat.com> | 2005-05-17 08:34:48 +0200 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2005-05-17 08:34:48 +0200 |
commit | b96917bffef6c486ceedbc93d994e2016e070e30 (patch) | |
tree | 4d0630c9230d9c00c783fe5d8b8a6cc1265b7388 /gcc/read-rtl.c | |
parent | 8de1f441bb72de63213667ce2af8152e3d2ce801 (diff) | |
download | gcc-b96917bffef6c486ceedbc93d994e2016e070e30.zip gcc-b96917bffef6c486ceedbc93d994e2016e070e30.tar.gz gcc-b96917bffef6c486ceedbc93d994e2016e070e30.tar.bz2 |
varasm.c (struct constant_descriptor_tree): Add hash field.
* varasm.c (struct constant_descriptor_tree): Add hash field.
(const_desc_hash): Just return hash field.
(const_desc_eq): If hash values are different, return 0 immediately.
(output_constant_def): Compute hash field of temporary key, use
htab_find_slot_with_hash instead of htab_find_slot. Set hash in
newly built constant descriptor.
(lookup_constant_def): Compute hash field of temporary key, use
htab_find_with_hash instead of htab_find.
From-SVN: r99813
Diffstat (limited to 'gcc/read-rtl.c')
0 files changed, 0 insertions, 0 deletions