expr.c (expand_expr): The code following both_summands performs the same task as...
authorRoger Sayle <roger@eyesopen.com>
Tue, 2 Sep 2003 23:03:45 +0000 (23:03 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Tue, 2 Sep 2003 23:03:45 +0000 (23:03 +0000)
commitf0e9957ac98afeba5e133ab8f6c38eef08d753cf
tree2e97529b04b25d18eb4edd9f11c9f481d6e3f688
parent5220823f534e9aa003b9fdccba45628d1db0ba08
expr.c (expand_expr): The code following both_summands performs the same task as simplify_gen_binary.

* expr.c (expand_expr): The code following both_summands performs
the same task as simplify_gen_binary.  Replace all gotos to
both_summands with a call to simplify_gen_binary and delete the
now unused label.

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