diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-10-17 17:19:32 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-10-17 17:19:32 +0000 |
commit | 6c62412f72c39b1835e49746af6be5591a133564 (patch) | |
tree | c6feac9ce190209054f9449e07a6251d50093bca /gcc/expr.c | |
parent | a2a877e2dccad1546217de219a750d9aab228036 (diff) | |
download | gcc-6c62412f72c39b1835e49746af6be5591a133564.zip gcc-6c62412f72c39b1835e49746af6be5591a133564.tar.gz gcc-6c62412f72c39b1835e49746af6be5591a133564.tar.bz2 |
* expr.c (expand_expr_real_1): Remove an obsolete comment.
From-SVN: r89174
Diffstat (limited to 'gcc/expr.c')
-rw-r--r-- | gcc/expr.c | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -8064,14 +8064,6 @@ expand_expr_real_1 (tree exp, rtx target, enum machine_mode tmode, case MODIFY_EXPR: { - /* If lhs is complex, expand calls in rhs before computing it. - That's so we don't compute a pointer and save it over a - call. If lhs is simple, compute it first so we can give it - as a target if the rhs is just a call. This avoids an - extra temp and copy and that prevents a partial-subsumption - which makes bad code. Actually we could treat - component_ref's of vars like vars. */ - tree lhs = TREE_OPERAND (exp, 0); tree rhs = TREE_OPERAND (exp, 1); |