pointer-set.c (hash1): Use integer part of 2^64 / phi instead 2^32 / phi if long...
authorJakub Jelinek <jakub@redhat.com>
Sun, 17 Oct 2004 07:15:53 +0000 (09:15 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Sun, 17 Oct 2004 07:15:53 +0000 (09:15 +0200)
commitbc54ef99a22a4a77efb7f8f79230a5a0d3d3f4d8
tree6f2f989163a99d91fc204c81b3ce32acb271350f
parent9596e0648d707e99db00814dbddbb54225f98bff
pointer-set.c (hash1): Use integer part of 2^64 / phi instead 2^32 / phi if long is 64-bit.

* pointer-set.c (hash1): Use integer part of 2^64 / phi
instead 2^32 / phi if long is 64-bit.

From-SVN: r89165
gcc/ChangeLog
gcc/pointer-set.c