* doc/passes.texi: Fix a typo.

From-SVN: r48245
This commit is contained in:
Kazu Hirata 2001-12-21 16:19:14 +00:00 committed by Kazu Hirata
parent 151ad5cd3b
commit c6dcc80eb3
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2001-12-21 Kazu Hirata <kazu@hxi.com>
* doc/passes.texi: Fix a typo.
2001-12-21 Kazu Hirata <kazu@hxi.com>
* config/h8300/h8300.h: Fix a comment typo.

View File

@ -432,7 +432,7 @@ 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 then 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.