Fix typo.

From-SVN: r143006
This commit is contained in:
Andrew Pinski 2009-01-01 16:33:54 -08:00
parent 911b4f9c81
commit e57fcb6821

View 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:
{