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] Fix nits in gimplify_cond_expr


On Mon, Apr 26, 2010 at 11:31 AM, Eric Botcazou <ebotcazou@adacore.com> wrote:
> Hi,
>
> this fixes a few nits I happened to notice in gimplify_cond_expr: inconsistent
> way of testing for void type, local variable shadowing another, undefined
> references in comments, etc. ?No functional changes whatsoever.
>
> Tested on i586-suse-linux, OK for mainline?

Ok.

Thanks,
Richard.

>
> 2010-04-26 ?Eric Botcazou ?<ebotcazou@adacore.com>
>
> ? ? ? ?* gimplify.c (gimplify_cond_expr): Use THEN_ and ELSE_ local variables.
> ? ? ? ?Use VOID_TYPE_P for all void type tests. ?Adjust TYPE variable instead
> ? ? ? ?of shadowing it. ?Fix comments.
>
>
> --
> Eric Botcazou
>


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