tm.texi.in (CLASS_MAX_NREGS): Fix typo.

gcc/
2011-08-10  Paulo J. Matos  <paulo.matos@csr.com>

	* doc/tm.texi.in (CLASS_MAX_NREGS): Fix typo.
	* doc/tm.texi: Regenerate.

From-SVN: r177619
This commit is contained in:
Paulo J. Matos 2011-08-10 09:38:52 +00:00 committed by Richard Sandiford
parent 4ada410ba1
commit 1c7836f0e8
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2011-08-10 Paulo J. Matos <paulo.matos@csr.com>
* doc/tm.texi.in (CLASS_MAX_NREGS): Fix typo.
* doc/tm.texi: Regenerate.
2011-08-10 Georg-Johann Lay <avr@gjlay.de> 2011-08-10 Georg-Johann Lay <avr@gjlay.de>
PR target/29560 PR target/29560

View File

@ -2851,7 +2851,7 @@ A target hook returns the maximum number of consecutive registers
of class @var{rclass} needed to hold a value of mode @var{mode}. of class @var{rclass} needed to hold a value of mode @var{mode}.
This is closely related to the macro @code{HARD_REGNO_NREGS}. In fact, This is closely related to the macro @code{HARD_REGNO_NREGS}. In fact,
the value returned by @code{TERGET_CLASS_MAX_NREGS (@var{rclass}, the value returned by @code{TARGET_CLASS_MAX_NREGS (@var{rclass},
@var{mode})} target hook should be the maximum value of @var{mode})} target hook should be the maximum value of
@code{HARD_REGNO_NREGS (@var{regno}, @var{mode})} for all @var{regno} @code{HARD_REGNO_NREGS (@var{regno}, @var{mode})} for all @var{regno}
values in the class @var{rclass}. values in the class @var{rclass}.

View File

@ -2837,7 +2837,7 @@ A target hook returns the maximum number of consecutive registers
of class @var{rclass} needed to hold a value of mode @var{mode}. of class @var{rclass} needed to hold a value of mode @var{mode}.
This is closely related to the macro @code{HARD_REGNO_NREGS}. In fact, This is closely related to the macro @code{HARD_REGNO_NREGS}. In fact,
the value returned by @code{TERGET_CLASS_MAX_NREGS (@var{rclass}, the value returned by @code{TARGET_CLASS_MAX_NREGS (@var{rclass},
@var{mode})} target hook should be the maximum value of @var{mode})} target hook should be the maximum value of
@code{HARD_REGNO_NREGS (@var{regno}, @var{mode})} for all @var{regno} @code{HARD_REGNO_NREGS (@var{regno}, @var{mode})} for all @var{regno}
values in the class @var{rclass}. values in the class @var{rclass}.