From 1c7836f0e86fe744581fb501700206c6b5cabff8 Mon Sep 17 00:00:00 2001 From: "Paulo J. Matos" Date: Wed, 10 Aug 2011 09:38:52 +0000 Subject: tm.texi.in (CLASS_MAX_NREGS): Fix typo. gcc/ 2011-08-10 Paulo J. Matos * doc/tm.texi.in (CLASS_MAX_NREGS): Fix typo. * doc/tm.texi: Regenerate. From-SVN: r177619 --- gcc/doc/tm.texi | 2 +- gcc/doc/tm.texi.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/doc') 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}. -- cgit v1.1