* expr.c (expand_expr_real_1): Remove an obsolete comment.
authorKazu Hirata <kazu@cs.umass.edu>
Sun, 17 Oct 2004 17:19:32 +0000 (17:19 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sun, 17 Oct 2004 17:19:32 +0000 (17:19 +0000)
From-SVN: r89174

gcc/ChangeLog
gcc/expr.c

index 1b9cf8b0846f9bc3f39466ec3ebbc08aaec8966b..a19dd4aefa4ae1b5c515a1bb0e87d4e0f516423d 100644 (file)
@@ -1,3 +1,7 @@
+2004-10-17  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * expr.c (expand_expr_real_1): Remove an obsolete comment.
+
 2004-10-17  Andrew Pinski  <pinskia@physics.uc.edu>
 
        * c-typeck.c (default_function_array_conversion): Always create
index 2baea73cecb321081dd187c23618ea1b9e1bfc26..459d3b35372c8a65f3b655efdd9ad4b97c1a724c 100644 (file)
@@ -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);