tree.c (make_node): Call bzero instead of inline clear.
authorRichard Henderson <rth@cygnus.com>
Sat, 9 Jan 1999 18:37:42 +0000 (10:37 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Sat, 9 Jan 1999 18:37:42 +0000 (10:37 -0800)
commitdfa27ef1db156b9c72a8f0a4164c507a613f5b6c
treee093a56744e204b091f418d279f1b78733259460
parentdfb31eec9d163d706940539f4a2b0375c752a107
tree.c (make_node): Call bzero instead of inline clear.

        * tree.c (make_node): Call bzero instead of inline clear.
        (copy_node, make_tree_vec, build1): Likewise.
        (get_identifier): Call strlen instead of inline count.
        (maybe_get_identifier): Likewise.

From-SVN: r24599
gcc/ChangeLog
gcc/tree.c