* dump.c (DUMP_CHILDREN): Remove.
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 6 Oct 1999 05:35:38 +0000 (05:35 +0000)
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 6 Oct 1999 05:35:38 +0000 (05:35 +0000)
commit7806a559f589afcd37baf9a6140b60f86b528fd2
tree068c56af62573d2c0ebecdec5d299de556f203ac
parentf3a085b72740eda142f7f3ef58bc4d9b7d9625df
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29837 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/dump.c