OSDN Git Service

* expr.c (expand_expr): The code following both_summands performs
authorsayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 2 Sep 2003 23:03:45 +0000 (23:03 +0000)
committersayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 2 Sep 2003 23:03:45 +0000 (23:03 +0000)
commit45fb3e2ce52fb2ac1938f7fdf22866c22f1c8957
tree2e97529b04b25d18eb4edd9f11c9f481d6e3f688
parent5b7a85f3ce3faed2afff6c518983fb0a31a2ba1e
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@71006 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/expr.c