re PR middle-end/4520 (cselib.c hash_rtx incorrectly hashes based on rtx address)
authorRoger Sayle <roger@eyesopen.com>
Tue, 12 Sep 2006 16:02:31 +0000 (16:02 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Tue, 12 Sep 2006 16:02:31 +0000 (16:02 +0000)
commit4c6669c2c69920d414e0dd3933c265c5382a4da3
tree380b55458f139310bb54f4f1242f9da985b452e8
parent4b943588d131d6fa709b89903c920b726a85df82
re PR middle-end/4520 (cselib.c hash_rtx incorrectly hashes based on rtx address)

PR middle-end/4520
PR bootstrap/28784
* cselib.c (cselib_hash_rtx): Avoid hashing on the address of labels
and symbols.  Instead use the implementation from cse.c's hash_rtx.

From-SVN: r116891
gcc/ChangeLog
gcc/cselib.c