Commit e7073e64 by Andrew Pinski Committed by Andrew Pinski

Fix misspelling of GIMPLE_MODIFY_STMT.

This is what I get for copying manually the patch.

From-SVN: r120322
parent c0893ec0
......@@ -2,7 +2,7 @@
PR middle-end/30253
* gimplify (voidify_wrapper_expr): Update for
GIMPLIFY_MODIFY_STMT.
GIMPLE_MODIFY_STMT.
2007-01-01 Andreas Schwab <schwab@suse.de>
......
......@@ -1014,7 +1014,7 @@ voidify_wrapper_expr (tree wrapper, tree temp)
/* The wrapper is on the RHS of an assignment that we're pushing
down. */
gcc_assert (TREE_CODE (temp) == INIT_EXPR
|| TREE_CODE (temp) == GIMPLIFY_MODIFY_STMT
|| TREE_CODE (temp) == GIMPLE_MODIFY_STMT
|| TREE_CODE (temp) == MODIFY_EXPR);
GENERIC_TREE_OPERAND (temp, 1) = *p;
*p = temp;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment