aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto/ChangeLog
diff options
context:
space:
mode:
authorak <ak@138bc75d-0d04-0410-961f-82ee72b054a4>2014-07-25 13:39:24 +0000
committerak <ak@138bc75d-0d04-0410-961f-82ee72b054a4>2014-07-25 13:39:24 +0000
commite7f95d73efa84f5121ee279b48c6425b29a61268 (patch)
treec55716c8633480d77d75d84fa1f3d3d85421abef /gcc/lto/ChangeLog
parent6b214d097a9e11d2b7ea9e141f21796baa0e39af (diff)
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
Diffstat (limited to 'gcc/lto/ChangeLog')
-rw-r--r--gcc/lto/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/lto/ChangeLog b/gcc/lto/ChangeLog
index 0510a12b0ea..1e9788f77bf 100644
--- a/gcc/lto/ChangeLog
+++ b/gcc/lto/ChangeLog
@@ -1,5 +1,10 @@
2014-07-25 Andi Kleen <ak@linux.intel.com>
+ * lto.c (hash_canonical_type): Convert to inchash.
+ (iterative_hash_canonical_type): Dito.
+
+2014-07-25 Andi Kleen <ak@linux.intel.com>
+
* lto.c: Include inchash.h
2014-07-14 Jan Hubicka <hubicka@ucw.cz>