gcc/
commit14f3a0f1f9a9d939176ae17c10604a1bfa600247
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 28 Aug 2014 06:25:10 +0000 (28 06:25 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 28 Aug 2014 06:25:10 +0000 (28 06:25 +0000)
treecec2e33317f60d89708c6088802bc8f8a92a7582
parent6178ede2a93da6ebd439c87c9272289ae0200608
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@214665 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/varasm.c