diff options
author | Jeff Law <law@gcc.gnu.org> | 1998-01-22 16:16:12 -0700 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-01-22 16:16:12 -0700 |
commit | 40687a9e897cc08696e7a571dcffbc1c14bf50b8 (patch) | |
tree | dd60a1bc37b6ad7fac845af22c83e9590502d688 | |
parent | 19f673ebcdff958dbb7904151c20ed841bdd86ac (diff) | |
download | gcc-40687a9e897cc08696e7a571dcffbc1c14bf50b8.zip gcc-40687a9e897cc08696e7a571dcffbc1c14bf50b8.tar.gz gcc-40687a9e897cc08696e7a571dcffbc1c14bf50b8.tar.bz2 |
Tweak.
From-SVN: r17452
-rw-r--r-- | gcc/tm.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tm.texi b/gcc/tm.texi index 3a9b310..113a89f 100644 --- a/gcc/tm.texi +++ b/gcc/tm.texi @@ -1969,7 +1969,7 @@ registers of @var{class} are needed for spill registers. The default value of this macro returns 1 if @var{class} has exactly one register and zero otherwise. On most machines, this default should be -used. Only define this macro to some other expression if pseudo +used. Only define this macro to some other expression if pseudos allocated by @file{local-alloc.c} end up in memory because their hard registers were needed for spill registers. If this macro returns nonzero for those classes, those pseudos will only be allocated by |