Convert LTO type hashing to the new inchash interface
commite7f95d73efa84f5121ee279b48c6425b29a61268
authorak <ak@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 25 Jul 2014 13:39:24 +0000 (25 13:39 +0000)
committerak <ak@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 25 Jul 2014 13:39:24 +0000 (25 13:39 +0000)
treec55716c8633480d77d75d84fa1f3d3d85421abef
parent6b214d097a9e11d2b7ea9e141f21796baa0e39af
Convert LTO type hashing to the new inchash interface

Should not really change any behavior, it's just a more abstract
interface, but uses the same underlying hash functions.

gcc/lto/:

2014-07-25  Andi Kleen  <ak@linux.intel.com>

* lto.c (hash_canonical_type): Convert to inchash.
(iterative_hash_canonical_type): Dito.

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