OSDN Git Service

Fix misspelling of GIMPLE_MODIFY_STMT.
authorpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 1 Jan 2007 22:27:27 +0000 (22:27 +0000)
committerpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 1 Jan 2007 22:27:27 +0000 (22:27 +0000)
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

gcc/ChangeLog
gcc/gimplify.c

index 55ae03b..4748fd6 100644 (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>
 
index 01772bd..1876f64 100644 (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;