diff options
author | Paulo J. Matos <paulo.matos@csr.com> | 2011-08-10 09:38:52 +0000 |
---|---|---|
committer | Richard Sandiford <rsandifo@gcc.gnu.org> | 2011-08-10 09:38:52 +0000 |
commit | 1c7836f0e86fe744581fb501700206c6b5cabff8 (patch) | |
tree | 2259f5ec407e9d0e5dd12c64f94791f94aeb2c29 /gcc/doc | |
parent | 4ada410ba1cf7440e3cc4b57a55c53da63ae341c (diff) | |
download | gcc-1c7836f0e86fe744581fb501700206c6b5cabff8.zip gcc-1c7836f0e86fe744581fb501700206c6b5cabff8.tar.gz gcc-1c7836f0e86fe744581fb501700206c6b5cabff8.tar.bz2 |
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
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/tm.texi | 2 | ||||
-rw-r--r-- | gcc/doc/tm.texi.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index 74a2324..d383eca 100644 --- a/gcc/doc/tm.texi +++ b/gcc/doc/tm.texi @@ -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}. 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 @code{HARD_REGNO_NREGS (@var{regno}, @var{mode})} for all @var{regno} values in the class @var{rclass}. diff --git a/gcc/doc/tm.texi.in b/gcc/doc/tm.texi.in index f63fe4a..9d10844 100644 --- a/gcc/doc/tm.texi.in +++ b/gcc/doc/tm.texi.in @@ -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}. 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 @code{HARD_REGNO_NREGS (@var{regno}, @var{mode})} for all @var{regno} values in the class @var{rclass}. |