> Hi, > > On Fri, 10 Jun 2011, Jan Hubicka wrote: > > > +static inline struct cgraph_node * > > +cgraph_function_or_thunk_node (struct cgraph_node *node, enum availability > > *availability) > > +{ > > + if (availability) > > + *availability = cgraph_function_body_availability (node); > > + return node; > > + return NULL; > > double return.
Huh, thanks. Will fix that shortly. The function will change after IPA_REF_ALIAS bits are merged, so it is an artefact of breaking the patch series up. Honza > > > Ciao, > Michael.