Commit ed6d16ad by Mark Mitchell

Fix typo in last change

From-SVN: r28917
parent 49124a6e
...@@ -851,7 +851,7 @@ dequeue_and_dump (di) ...@@ -851,7 +851,7 @@ dequeue_and_dump (di)
break; break;
case AGGR_INIT_EXPR: case AGGR_INIT_EXPR:
dump_int ("ctor", AGGR_INIT_VIA_CTOR_P (t)); dump_int (di, "ctor", AGGR_INIT_VIA_CTOR_P (t));
if (dump_children_p) if (dump_children_p)
{ {
dump_child ("fn", TREE_OPERAND (t, 0)); dump_child ("fn", TREE_OPERAND (t, 0));
......
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