On 11/07/2013 01:58 AM, tsaund...@mozilla.com wrote: > From: Trevor Saunders <tsaund...@mozilla.com> > > Hi, > > I admit its another c++ification, but the functions are useless, and if I'm > changing the name of the called function its just easier to drop the class > name > bit all together. > > Trev > >[...] > diff --git a/gcc/cgraph.h b/gcc/cgraph.h > index 4f93713..754d245 100644 > --- a/gcc/cgraph.h > +++ b/gcc/cgraph.h > @@ -44,6 +44,12 @@ class GTY((desc ("%h.type"), tag ("SYMTAB_SYMBOL"), > symtab_node > { > public: > + /* Return name. */ > + const char *name () const; > + > + /* Return asm name. */ > +const char * asm_name () const; > + Missing indentation?
-- VZ