This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[tuples] remove gimplify_modify_expr comment
- From: Aldy Hernandez <aldyh at redhat dot com>
- To: dnovillo at redhat dot com, gcc-patches at gcc dot gnu dot org
- Date: Fri, 1 Dec 2006 17:25:07 -0400
- Subject: [tuples] remove gimplify_modify_expr comment
As promised.
Committed to branch.
* gimplify.c (gimplify_modify_expr): Remove FIXME comment.
Index: gimplify.c
===================================================================
--- gimplify.c (revision 119413)
+++ gimplify.c (working copy)
@@ -3567,10 +3567,6 @@ gimplify_modify_expr (tree *expr_p, tree
|| TREE_CODE (*expr_p) == GIMPLE_MODIFY_STMT
|| TREE_CODE (*expr_p) == INIT_EXPR);
- /* FIXME tuples: We need to gimplify into GIMPLE_MODIFY_STMT right
- away, so the helper functions below can be made to only handle
- GIMPLE_MODIFY_STMT's, not MODIFY_EXPR as well. */
-
/* For zero sized types only gimplify the left hand side and right hand side
as statements and throw away the assignment. */
if (zero_sized_type (TREE_TYPE (*from_p)))