diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2003-07-01 14:39:20 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2003-07-01 14:39:20 +0000 |
commit | c0cbdbd97dfc3b0184c98127152891f04f211537 (patch) | |
tree | 00577882c74e8a1b632d1c54751d03c1d36b9270 /gcc/doc/tm.texi | |
parent | bf3aff48a97e469261c035f7e167a35c46f5ab99 (diff) | |
download | gcc-c0cbdbd97dfc3b0184c98127152891f04f211537.zip gcc-c0cbdbd97dfc3b0184c98127152891f04f211537.tar.gz gcc-c0cbdbd97dfc3b0184c98127152891f04f211537.tar.bz2 |
contrib.texi: Fix typos.
* doc/contrib.texi: Fix typos.
* doc/invoke.texi: Likewise.
* doc/passes.texi: Likewise.
* doc/sourcebuild.texi: Likewise.
* doc/tm.texi: Likewise.
From-SVN: r68772
Diffstat (limited to 'gcc/doc/tm.texi')
-rw-r--r-- | gcc/doc/tm.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index cbc40ff..df61b0d 100644 --- a/gcc/doc/tm.texi +++ b/gcc/doc/tm.texi @@ -9138,7 +9138,7 @@ cannot_modify_jumps_past_reload_p () @deftypefn {Target Hook} int TARGET_BRANCH_TARGET_REGISTER_CLASS (void) This target hook returns a register class for which branch target register optimizations should be applied. All registers in this class should be -usable interchangably. After reload, registers in this class will be +usable interchangeably. After reload, registers in this class will be re-allocated and loads will be hoisted out of loops and be subjected to inter-block scheduling. @end deftypefn |