tree-pretty-print: delimit TREE_VEC with braces
commit8be20733b38c200f375cacf698d6b85e76055bcd
authorPatrick Palka <ppalka@redhat.com>
Sat, 12 Aug 2023 01:13:52 +0000 (11 21:13 -0400)
committerPatrick Palka <ppalka@redhat.com>
Sat, 12 Aug 2023 01:13:52 +0000 (11 21:13 -0400)
tree49d45b402d2fcc284977b47aee2e04efedcbe611
parentf50f603cbfd05653555e9856360c83108bbd1d8a
tree-pretty-print: delimit TREE_VEC with braces

This makes the generic pretty printer print braces around a TREE_VEC,
like we do for CONSTRUCTOR.  This should improve readability of nested
TREE_VECs in particular.

gcc/ChangeLog:

* tree-pretty-print.cc (dump_generic_node) <case TREE_VEC>:
Delimit output with braces.
gcc/tree-pretty-print.cc