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: [tree-ssa] COND_EXPR lowering preview


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


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