Fix misspelling of GIMPLE_MODIFY_STMT.

This is what I get for copying manually the patch.

From-SVN: r120322
This commit is contained in:
Andrew Pinski 2007-01-01 14:27:27 -08:00 committed by Andrew Pinski
parent c0893ec0e1
commit e7073e6440
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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;