summaryrefslogtreecommitdiff
path: root/gcc/gimplify.c
diff options
context:
space:
mode:
authorpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>2007-01-01 22:27:27 +0000
committerpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>2007-01-01 22:27:27 +0000
commitd11f66c34fe4750ebf3380d3c490a4fdf954567c (patch)
tree9fa166081acd7d3e1ee54a16ef2bd5d01fc8a75a /gcc/gimplify.c
parentc0b3edb3fbf1ad42ac76df7d1d6207a3c1d9b367 (diff)
downloadgcc-d11f66c34fe4750ebf3380d3c490a4fdf954567c.tar.gz
Fix misspelling of GIMPLE_MODIFY_STMT.
This is what I get for copying manually the patch. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120322 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/gimplify.c')
-rw-r--r--gcc/gimplify.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gimplify.c b/gcc/gimplify.c
index 01772bd5b02..1876f64808a 100644
--- a/gcc/gimplify.c
+++ b/gcc/gimplify.c
@@ -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;