diff options
author | Brendan Kehoe <brendan@gcc.gnu.org> | 1998-11-25 10:18:46 -0500 |
---|---|---|
committer | Brendan Kehoe <brendan@gcc.gnu.org> | 1998-11-25 10:18:46 -0500 |
commit | 30ef624be403cb9c19c6ae3837b2a34bd95e3484 (patch) | |
tree | 405567ebf270b4c8d53937762844551289bffe1c /gcc | |
parent | 0e1bd73788a5f1fd7bcac75de0ff3d427f2fe925 (diff) | |
download | gcc-30ef624be403cb9c19c6ae3837b2a34bd95e3484.zip gcc-30ef624be403cb9c19c6ae3837b2a34bd95e3484.tar.gz gcc-30ef624be403cb9c19c6ae3837b2a34bd95e3484.tar.bz2 |
fix typo
From-SVN: r23867
Diffstat (limited to 'gcc')
-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 9d4bb3b..a33df5e 100644 --- a/gcc/tm.texi +++ b/gcc/tm.texi @@ -1362,7 +1362,7 @@ Zero or more C statements that may conditionally modify four variables (these three are of type @code{char []}) and @code{reg_class_contents} (of type @code{HARD_REG_SET}). Before the macro is called @code{fixed_regs}, @code{call_used_regs} -and @code(reg_class_contents) have been initialized from +and @code{reg_class_contents} have been initialized from @code{FIXED_REGISTERS}, @code{CALL_USED_REGISTERS} and @code{REG_CLASS_CONTENTS}, respectively, @code{global_regs} has been cleared, and any @samp{-ffixed-@var{reg}}, |