expr.c (expand_expr_real_1): If possible, use a conditional move for expanding MIN_EX...
authorSteven Bosscher <steven@gcc.gnu.org>
Thu, 10 Mar 2005 23:28:01 +0000 (23:28 +0000)
committerSteven Bosscher <steven@gcc.gnu.org>
Thu, 10 Mar 2005 23:28:01 +0000 (23:28 +0000)
commit927630a5658fcd6707593f6b486c9aa80fcacd44
treef843660de8e938b83421485c8cf571dcacbc0ae5
parentcebfb966e6b7eb32bc2b25f53d43847f20270577
expr.c (expand_expr_real_1): If possible, use a conditional move for expanding MIN_EXPR and MAX_EXPR.

* expr.c (expand_expr_real_1): If possible, use a conditional
move for expanding MIN_EXPR and MAX_EXPR.
Use temp for moving around rtx-en.

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