tree.c (tree_size): New function split out of copy_node.
authorGeoff Keating <geoffk@cygnus.com>
Fri, 6 Oct 2000 04:51:47 +0000 (04:51 +0000)
committerGeoffrey Keating <geoffk@gcc.gnu.org>
Fri, 6 Oct 2000 04:51:47 +0000 (04:51 +0000)
commitc562099651d49af2777002f82e60e3ecc8125ac1
tree3106595f245243c7928a9e3c10c5acdec022b2e1
parent37dad58d3ceb6a8e06c6d0b2196555356ac02c4a
tree.c (tree_size): New function split out of copy_node.

        * tree.c (tree_size): New function split out of copy_node.
        (make_node): Remove obstack handling.  Use tree_size.
        (copy_node): Use tree_size.
        * tree.h: Prototype tree_size.

From-SVN: r36742
gcc/ChangeLog
gcc/tree.c
gcc/tree.h