aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcc.texi
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@bitrange.com>2000-02-14 10:37:13 +0000
committerHans-Peter Nilsson <hp@gcc.gnu.org>2000-02-14 10:37:13 +0000
commit89bcce1b025dc9dcc9930d734398206402c2016a (patch)
tree28f41d1e8a06720e93a98fe161e9e3806e16d206 /gcc/gcc.texi
parent34540fe35ebce1d18cf6a43983c669db5df61b36 (diff)
downloadgcc-89bcce1b025dc9dcc9930d734398206402c2016a.zip
gcc-89bcce1b025dc9dcc9930d734398206402c2016a.tar.gz
gcc-89bcce1b025dc9dcc9930d734398206402c2016a.tar.bz2
gcc.texi (Passes): Fix typo.
* gcc.texi (Passes): Fix typo. * md.texi (Standard Names): Ditto. * tm.texi (Storage Layout): Ditto. From-SVN: r31967
Diffstat (limited to 'gcc/gcc.texi')
-rw-r--r--gcc/gcc.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gcc.texi b/gcc/gcc.texi
index 5e29909..5122e0c1 100644
--- a/gcc/gcc.texi
+++ b/gcc/gcc.texi
@@ -3434,7 +3434,7 @@ to the input file name.
@item
Register movement (@file{regmove.c}). This pass looks for cases where
matching constraints would force an instruction to need a reload, and
-this reload would be a register to register move. It them attempts
+this reload would be a register to register move. It then attempts
to change the registers used by the instruction to avoid the move
instruction.