expr.c (expand_expr_real_1): Avoid gimple_assign_rhs_to_tree during TER and instead...
authorRichard Biener <rguenther@suse.de>
Thu, 24 Apr 2014 08:55:05 +0000 (08:55 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Thu, 24 Apr 2014 08:55:05 +0000 (08:55 +0000)
commitd2d11532af9f96937ea48b2a8b3481ffc722a53c
tree9a4abfc96e33b6a2300a66dd509516259d20b4e4
parent8117ef9898d4a3d55e1fe64a1d4c0a6d0dfaa00c
expr.c (expand_expr_real_1): Avoid gimple_assign_rhs_to_tree during TER and instead use the sepops interface...

2014-04-24  Richard Biener  <rguenther@suse.de>

* expr.c (expand_expr_real_1): Avoid gimple_assign_rhs_to_tree
during TER and instead use the sepops interface for expanding
non-GIMPLE_SINGLE_RHS.

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