expr.c (expand_expr <COND_EXPR>): Handle the void type semantics of COND_EXPR when...
authorRoger Sayle <roger@eyesopen.com>
Mon, 6 Oct 2003 23:11:21 +0000 (23:11 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Mon, 6 Oct 2003 23:11:21 +0000 (23:11 +0000)
commitc37b68d42af9dfe0561541be06879f6cdb0f0532
treeace214380ff13e173e7c33913c705ff6975fa7a3
parent37bf20eeb00f4cb848b2533b037c101964ac3c4b
expr.c (expand_expr <COND_EXPR>): Handle the void type semantics of COND_EXPR when expanding the "A op 0 ? FOO ...

* expr.c (expand_expr <COND_EXPR>): Handle the void type semantics
of COND_EXPR when expanding the "A op 0 ? FOO : A" optimizations.

From-SVN: r72172
gcc/ChangeLog
gcc/expr.c