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]

Re: Tree inlining for the C front end (part 1 of 3)


On Sun, Oct 07, 2001 at 11:18:38PM -0300, Alexandre Oliva wrote:
> +tree tree_inlining_default_hook_walk_subtrees (tp,subtrees,func,data,htab)

Function name at beginning of line.  All functions in
langhooks.c suffer from this.

> +struct lang_hooks_for_tree_inlining {

struct lang_hooks_for_tree_inlining
  {
    ...
  };

> +  if (! (*lang_hooks.tree_inlining.auto_var_in_fn_p)(decl, fn))

Space after function, before arguments.


Otherwise ok.


r~


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