[tree-ssa] COND_EXPR lowering preview
Jason Merrill
jason@redhat.com
Wed Aug 27 11:10:00 GMT 2003
On Tue, 26 Aug 2003 20:53:29 +0200, Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz> wrote:
> * gimplify.c (build_and_jump): Export.
> (gimplify_cond_expr): Lower the COND_EXPR.
There's really no reason to have two slightly different versions of this
code, one in shortcut_cond_*, and the new one you've written. Why not just
make shortcut_cond_* unconditional?
Jason
More information about the Gcc
mailing list