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: [PATCH] Add printing functions to tree-affine.c


On 8/11/07 1:22 PM, Andrew Pinski wrote:

> +/* Debugging functions.  */
> +void print_aff (FILE *file, aff_tree *val);
> +void debug_aff (aff_tree *val);

No need to specify argument names here.

> +
> +void
> +print_aff (FILE *file, aff_tree *val)

Needs comment.

> +void
> +debug_aff (aff_tree *val)

Likewise.

> +      fprintf (file, "\n  elments = {\n");

s/elments/elements/

OK with those changes.


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