This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: PATCH: document REG_POINTER.
- To: lars brinkhoff <lars at nocrew dot org>
- Subject: Re: PATCH: document REG_POINTER.
- From: Matt Kraai <kraai at alumni dot carnegiemellon dot edu>
- Date: Fri, 23 Feb 2001 14:58:50 -0700
- Cc: gcc-patches at gcc dot gnu dot org
lars brinkhoff wrote:
> + @cindex @samp{/f} in RTL dump
> + @findex REG_POINTER
> + @cindex @code{reg} and @samp{/f}
> + @cindex @code{frame_related}, in @code{reg}
> + @item REG_FUNCTION_VALUE_P (@var{x})
s/REG_FUNCTION_VALUE_P/REG_POINTER/
> + Nonzero in a @code{reg} if the register holds a pointer. Stored in the
> + @code{frame_related} field and printed as @samp{/f}.
> +