]> git.ipfire.org Git - thirdparty/gcc.git/commit
hashtab.c (htab_find_with_hash): Avoid calculating hash2 unless it will be used.
authorZack Weinberg <zack@wolery.cumb.org>
Wed, 29 Mar 2000 19:04:54 +0000 (19:04 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Wed, 29 Mar 2000 19:04:54 +0000 (19:04 +0000)
commit0194e877a39d909dfcc6db2057be773c6a01f7d2
tree247bd51960c392c1e23b694da85800874dffe326
parentc6b5cb46045d1383c60ec58a470a2cfcee4d0441
hashtab.c (htab_find_with_hash): Avoid calculating hash2 unless it will be used.

* hashtab.c (htab_find_with_hash): Avoid calculating hash2
unless it will be used.  Rearrange loop for better
optimization.
(higher_prime_number): Add static prototype.

From-SVN: r32809
libiberty/ChangeLog
libiberty/hashtab.c