From: Michael Poole Date: Tue, 15 Aug 2000 15:29:31 +0000 (-0600) Subject: tm.texi (Register Classes): Clarify order of sub-initializers in REG_CLASS_CONTENTS. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7c2720799c132883ff07e297c87e07cbed575787;p=gcc.git tm.texi (Register Classes): Clarify order of sub-initializers in REG_CLASS_CONTENTS. * tm.texi (Register Classes): Clarify order of sub-initializers in REG_CLASS_CONTENTS. Ho hum... From-SVN: r35718 --- diff --git a/gcc/tm.texi b/gcc/tm.texi index 25cc96c98c1..b6b93160223 100644 --- a/gcc/tm.texi +++ b/gcc/tm.texi @@ -1828,6 +1828,9 @@ When the machine has more than 32 registers, an integer does not suffice. Then the integers are replaced by sub-initializers, braced groupings containing several integers. Each sub-initializer must be suitable as an initializer for the type @code{HARD_REG_SET} which is defined in @file{hard-reg-set.h}. +In this situation, the first integer in each sub-initializer corresponds to +registers 0 through 31, the second integer to registers 32 through 63, and +so on. @findex REGNO_REG_CLASS @item REGNO_REG_CLASS (@var{regno})