tm.texi.in (CLASS_MAX_NREGS): Fix typo.
authorPaulo J. Matos <paulo.matos@csr.com>
Wed, 10 Aug 2011 09:38:52 +0000 (09:38 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Wed, 10 Aug 2011 09:38:52 +0000 (09:38 +0000)
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

gcc/ChangeLog
gcc/doc/tm.texi
gcc/doc/tm.texi.in

index 9fd1ab75cc46cae544e3efd5930f52b0abce8bc8..9560f112cfb5015a18439e6bb21ffa4f576e688a 100644 (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>
        
        PR target/29560
index 74a232412d12df3453b2739f9fead9dbc8ac6da1..d383ecaa6b20352c52e6843ac8d6f43e46bea36b 100644 (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}.
 
 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}.
index f63fe4a0c2b16946ee9b4bdc9b5463af9918af0b..9d10844d7871bef1a9265aa5fd73b5fcca8bb43d 100644 (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}.
 
 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}.