On Fri, Jan 31, 2014 at 07:22:55AM +0100, Jan Hubicka wrote: > --- ipa-devirt.c (revision 207287) > +++ ipa-devirt.c (working copy) > @@ -972,6 +972,120 @@ contains_type_p (tree outer_type, HOST_W > return get_class_context (&context, otr_type); > } > > +/* Proudce polymorphic call context for call method of instance > + that is located within BASE (that is assumed to be a decl) at OFFSET. */ > + > +static void > +get_poymorphic_call_info_for_decl (ipa_polymorphic_call_context *context, > + tree base, HOST_WIDE_INT offset)
Missing l in polymorphic. Jakub