gimplify.c (gimplify_cond_expr): Use THEN_ and ELSE_ local variables.
commit06ec59e614f0649fa4537927881cca6567f5fe55
authorEric Botcazou <ebotcazou@gcc.gnu.org>
Mon, 26 Apr 2010 16:32:45 +0000 (26 16:32 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Mon, 26 Apr 2010 16:32:45 +0000 (26 16:32 +0000)
tree7ef861be120439422a63b60f3bcdb67c22f7264b
parent2b50b170d90098ec29674f23b18fd91fa67df39f
gimplify.c (gimplify_cond_expr): Use THEN_ and ELSE_ local variables.

* 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.

From-SVN: r158737
gcc/ChangeLog
gcc/gimplify.c