diff options
Diffstat (limited to 'gcc/tree.def')
-rw-r--r-- | gcc/tree.def | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/tree.def b/gcc/tree.def index 705252fa171..ea607fe13e7 100644 --- a/gcc/tree.def +++ b/gcc/tree.def @@ -76,10 +76,10 @@ DEFTREECODE (TREE_VEC, "tree_vec", 'x', 2) could either point to another BLOCK node or it could point to a FUNCTION_DECL node (e.g. in the case of a block representing the outermost scope of a particular inlining of a function). - BLOCK_ABSTRACT is non-zero if the block represents an abstract + BLOCK_ABSTRACT is nonzero if the block represents an abstract instance of a block (i.e. one which is nested within an abstract instance of an inline function). - TREE_ASM_WRITTEN is non-zero if the block was actually referenced + TREE_ASM_WRITTEN is nonzero if the block was actually referenced in the generated assembly. */ DEFTREECODE (BLOCK, "block", 'b', 0) @@ -329,7 +329,7 @@ DEFTREECODE (STRING_CST, "string_cst", 'c', 3) holds a line number. In some cases these can be the location of a reference, if no definition has been seen. - DECL_ABSTRACT is non-zero if the decl represents an abstract instance + DECL_ABSTRACT is nonzero if the decl represents an abstract instance of a decl (i.e. one which is nested within an abstract instance of a inline function. */ |