varasm.c: Include rtl-iter.h.
authorRichard Sandiford <rdsandiford@googlemail.com>
Thu, 28 Aug 2014 06:25:10 +0000 (06:25 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Thu, 28 Aug 2014 06:25:10 +0000 (06:25 +0000)
commit11315a95c7e729d82c8016e287d5a21b6fde4dc2
treecec2e33317f60d89708c6088802bc8f8a92a7582
parent3b4459f903c6da3b6c6e867bf1c62d6471ba5702
varasm.c: Include rtl-iter.h.

gcc/
* varasm.c: Include rtl-iter.h.
(const_rtx_hash_1): Take a const_rtx rather than an rtx *.
Remove the pointer to the cumulative hashval_t and just return
the hash for this rtx instead.  Remove recursive CONST_VECTOR case.
(const_rtx_hash): Use FOR_EACH_SUBRTX instead of for_each_rtx.
Accumulate the hashval_ts here instead of const_rtx_hash_1.

From-SVN: r214665
gcc/ChangeLog
gcc/varasm.c