diff options
author | hp <hp@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-02-14 10:37:13 +0000 |
---|---|---|
committer | hp <hp@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-02-14 10:37:13 +0000 |
commit | d76d9d87d8d90493edb9e0f43a1e8eea73b6c655 (patch) | |
tree | 28f41d1e8a06720e93a98fe161e9e3806e16d206 /gcc/gcc.texi | |
parent | 4ed63286e3e67ba87df24b55ddac81dbb6168daf (diff) | |
download | gcc-d76d9d87d8d90493edb9e0f43a1e8eea73b6c655.tar.gz |
* gcc.texi (Passes): Fix typo.
* md.texi (Standard Names): Ditto.
* tm.texi (Storage Layout): Ditto.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31967 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/gcc.texi')
-rw-r--r-- | gcc/gcc.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gcc.texi b/gcc/gcc.texi index 5e29909b75d..5122e0c1d5d 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. |