dump.c (DUMP_CHILDREN): Remove.
authorMark Mitchell <mark@codesourcery.com>
Wed, 6 Oct 1999 05:35:38 +0000 (05:35 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Wed, 6 Oct 1999 05:35:38 +0000 (05:35 +0000)
commit3454335f03aae7045816c929761fc0ed4b9a148b
tree068c56af62573d2c0ebecdec5d299de556f203ac
parentdca31eb4cc0a2df70b62d1800ac7254d14186e6b
dump.c (DUMP_CHILDREN): Remove.

* dump.c (DUMP_CHILDREN): Remove.
(DUMP_BINFO): Adjust.
(struct dump_node_info): Remove dump_children_p.
(queue_and_dump_type): Remove dump_children_p parameter.
(queue): Don't set dump_children_p.
(dump_child): Pass DUMP_NONE, instead of DUMP_CHILDREN, to
queue_and_dump_index.
(dequeue_and_dump): Unconditionally print children.  Adjust calls
to functions mentioned above.
(dump_node):  Pass DUMP_NONE, instead of DUMP_CHILDREN to queue.

From-SVN: r29837
gcc/cp/ChangeLog
gcc/cp/dump.c