Commit e57fcb68 by Andrew Pinski

Fix typo.

From-SVN: r143006
parent 911b4f9c
...@@ -2825,7 +2825,7 @@ verify_expr (tree *tp, int *walk_subtrees, void *data ATTRIBUTE_UNUSED) ...@@ -2825,7 +2825,7 @@ verify_expr (tree *tp, int *walk_subtrees, void *data ATTRIBUTE_UNUSED)
case MODIFY_EXPR: case MODIFY_EXPR:
error ("MODIFY_EXPR not expected while having tuples."); error ("MODIFY_EXPR not expected while having tuples.");
return x; return *tp;
case ADDR_EXPR: case ADDR_EXPR:
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment