Re: [PATCH 4/7] Convert ipa-devirt to inchash

2014-08-07 Thread Jan Hubicka
> From: Andi Kleen > > gcc/: > > 2014-07-30 Andi Kleen > > * ipa-devirt.c (polymorphic_call_target_hasher::hash): > Convert to inchash. OK, Honza

Re: [PATCH 4/7] Convert ipa-devirt to inchash

2014-07-30 Thread Jeff Law
On 07/30/14 08:23, Andi Kleen wrote: From: Andi Kleen gcc/: 2014-07-30 Andi Kleen * ipa-devirt.c (polymorphic_call_target_hasher::hash): Convert to inchash. OK once hashinc namespace is approved. jeff

[PATCH 4/7] Convert ipa-devirt to inchash

2014-07-30 Thread Andi Kleen
From: Andi Kleen gcc/: 2014-07-30 Andi Kleen * ipa-devirt.c (polymorphic_call_target_hasher::hash): Convert to inchash. --- gcc/ipa-devirt.c | 27 --- 1 file changed, 12 insertions(+), 15 deletions(-) diff --git a/gcc/ipa-devirt.c b/gcc/ipa-devirt.c