On Fri, 10 Jun 2011, Jan Hubicka wrote:
> Hi,
> code to refuse thunks in gimple_get_virt_method_for_binfo is no-op since I
> comitted the thunk rewrite: thunks no longer have same_bodyy_alias flag set.
> Only case where it chould diable the devirtualization is when NODE is NULL,
> but that won't r
Hi,
code to refuse thunks in gimple_get_virt_method_for_binfo is no-op since I
comitted the thunk rewrite: thunks no longer have same_bodyy_alias flag set.
Only case where it chould diable the devirtualization is when NODE is NULL,
but that won't really happen for thunks anyway.
Consequentely this