(print_node): Don't try to print nonexistent
authorJim Wilson <wilson@gcc.gnu.org>
Mon, 30 Dec 1996 19:42:59 +0000 (11:42 -0800)
committerJim Wilson <wilson@gcc.gnu.org>
Mon, 30 Dec 1996 19:42:59 +0000 (11:42 -0800)
TYPE_ATTRIBUTES field of a decl node.

From-SVN: r13344

gcc/print-tree.c

index d7b9fddc3656021f41732ed4283a0cd11ef3a7d7..4949aec117a2315e8247152aed59a5c043d27d6e 100644 (file)
@@ -397,7 +397,6 @@ print_node (file, prefix, node, indent)
               DECL_SOURCE_FILE (node), DECL_SOURCE_LINE (node));
 
       print_node (file, "size", DECL_SIZE (node), indent + 4);
-      print_node (file, "attributes", TYPE_ATTRIBUTES (node), indent + 4);
       indent_to (file, indent + 3);
       if (TREE_CODE (node) != FUNCTION_DECL)
        fprintf (file, " align %d", DECL_ALIGN (node));