This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: LTO/WHOPR summary streaming fixes


> On Tue, Oct 20, 2009 at 10:53, Jan Hubicka <hubicka@ucw.cz> wrote:
> 
> > + /* Write ipcp summary. ?*/
> > + static void
> > + ipcp_write_summary (cgraph_node_set set)
> 
> Document SET.  Blank line after comment.
> 
> > + {
> > + ? ipa_prop_write_jump_functions (set);
> > + }
> > +
> > + /* Read ipcp summary. ?*/
> > + static void
> 
> Blank line after comment.

Note that whole ipacp file follows the scheme without empty line
after function comment. We probably should reformat it, but since Martin has
number of pending patches here, we probably could wait for next stage1?

Honza


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]