diff options
Diffstat (limited to 'gcc/doc/rtl.texi')
-rw-r--r-- | gcc/doc/rtl.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/rtl.texi b/gcc/doc/rtl.texi index de4a8e73..76b3a3c 100644 --- a/gcc/doc/rtl.texi +++ b/gcc/doc/rtl.texi @@ -528,7 +528,7 @@ the target's use. @findex SYMBOL_REF_BLOCK @item SYMBOL_REF_BLOCK (@var{x}) If @samp{SYMBOL_REF_IN_BLOCK_P (@var{x})}, this is the @samp{object_block} -structure to which the symbol belongs. The value is always nonnull. +structure to which the symbol belongs, or @code{NULL} if none. @findex SYMBOL_REF_BLOCK_OFFSET @item SYMBOL_REF_BLOCK_OFFSET (@var{x}) |