(BLOCK_END_NOTE): Macro definition added.
authorRichard Stallman <rms@gnu.org>
Sat, 29 Aug 1992 03:18:36 +0000 (03:18 +0000)
committerRichard Stallman <rms@gnu.org>
Sat, 29 Aug 1992 03:18:36 +0000 (03:18 +0000)
(struct tree_block):  `end_note' field added.

From-SVN: r1988

gcc/tree.h

index 185a493cf03a5fce7aa8024058f9da53d0ac4697..1848bd9205c3c0b24479fafb35c76b7c3b730d9f 100644 (file)
@@ -484,6 +484,7 @@ struct tree_exp
 #define BLOCK_CHAIN(NODE) TREE_CHAIN (NODE)
 #define BLOCK_ABSTRACT_ORIGIN(NODE) ((NODE)->block.abstract_origin)
 #define BLOCK_ABSTRACT(NODE) ((NODE)->block.abstract_flag)
+#define BLOCK_END_NOTE(NODE) ((NODE)->block.end_note)
 
 /* Nonzero means that this block is prepared to handle exceptions
    listed in the BLOCK_VARS slot.  */
@@ -501,6 +502,7 @@ struct tree_block
   union tree_node *subblocks;
   union tree_node *supercontext;
   union tree_node *abstract_origin;
+  struct rtx_def *end_note;
 };
 \f
 /* Define fields and accessors for nodes representing data types.  */