expr.c (expand_expr <PLUS_EXPR>): If operand_equal_p considers both operands of the...
authorRoger Sayle <roger@eyesopen.com>
Mon, 16 Jun 2003 12:45:13 +0000 (12:45 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Mon, 16 Jun 2003 12:45:13 +0000 (12:45 +0000)
commitc6547c920bd81449caa301b2256b85409d6d69fa
tree91128e51e2ee70c6de304c65a21cfae0c68c35f8
parent21c43754a62409319cb9b16d11aadab4f17cff26
expr.c (expand_expr <PLUS_EXPR>): If operand_equal_p considers both operands of the addition equal...

* expr.c (expand_expr <PLUS_EXPR>): If operand_equal_p considers
both operands of the addition equal, reuse the expanded RTL.
(expand_expr <MULT_EXPR>): Likewise for multiplication.

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