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]: Use 'enum LTO_tags' where appropriate


On 8/15/07, Jim Blandy <jimb@codesourcery.com> wrote:
>  static tree
> -input_expr_operand (struct input_block *, struct fun_in *, struct function *, unsigned int);
> +input_expr_operand (struct input_block *, struct fun_in *, struct function *, enum LTO_tags);

This line seems too long and seems like it needs a wrapping.

Thanks,
Andrew Pinski


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