OSDN Git Service

Fix typo.
authorpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 2 Jan 2009 00:33:54 +0000 (00:33 +0000)
committerpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 2 Jan 2009 00:33:54 +0000 (00:33 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@143006 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/tree-cfg.c

index 5551cac..3def9a2 100644 (file)
@@ -2825,7 +2825,7 @@ verify_expr (tree *tp, int *walk_subtrees, void *data ATTRIBUTE_UNUSED)
 
     case MODIFY_EXPR:
       error ("MODIFY_EXPR not expected while having tuples.");
-      return x;
+      return *tp;
 
     case ADDR_EXPR:
       {