(typedef tree_node_kind): Added new kind, i.e. `b_kind'.
authorRichard Stallman <rms@gnu.org>
Fri, 17 Jul 1992 04:17:58 +0000 (04:17 +0000)
committerRichard Stallman <rms@gnu.org>
Fri, 17 Jul 1992 04:17:58 +0000 (04:17 +0000)
commit036461899dfd65e2ba0e1c23c1620379b43f26e3
tree03529a6de217df1b811729e4405d124232c1586a
parent61131fa200ffcfeab327174b8dfcac4116906d6f
(typedef tree_node_kind):  Added new kind, i.e. `b_kind'.

(tree_node_kind_names):  Added name for `b_kind'.
(make_node, copy_node, stabilize_reference_1):
Handle case 'b' (for BLOCK nodes).
(make_node):  Don't try to deal with BLOCKs when doing a type 'e' node.

From-SVN: r1603
gcc/tree.c