]> git.ipfire.org Git - thirdparty/gcc.git/commit
Convert LTO type hashing to the new inchash interface
authorAndi Kleen <ak@linux.intel.com>
Fri, 25 Jul 2014 13:39:24 +0000 (13:39 +0000)
committerAndi Kleen <ak@gcc.gnu.org>
Fri, 25 Jul 2014 13:39:24 +0000 (13:39 +0000)
commit0bd8bb0476ac70d8beeddc9c6434771728df3831
treec55716c8633480d77d75d84fa1f3d3d85421abef
parent6d8eb96b448df0073941f48e8d0c6ded834b5da6
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.

From-SVN: r213055
gcc/lto/ChangeLog
gcc/lto/lto.c