Commit c6dcc80e by Kazu Hirata Committed by Kazu Hirata

* doc/passes.texi: Fix a typo.

From-SVN: r48245
parent 151ad5cd
2001-12-21 Kazu Hirata <kazu@hxi.com> 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. * config/h8300/h8300.h: Fix a comment typo.
2001-12-21 Jakub Jelinek <jakub@redhat.com> 2001-12-21 Jakub Jelinek <jakub@redhat.com>
......
...@@ -432,7 +432,7 @@ the input file name. ...@@ -432,7 +432,7 @@ the input file name.
@item @item
Register movement (@file{regmove.c}). This pass looks for cases where Register movement (@file{regmove.c}). This pass looks for cases where
matching constraints would force an instruction to need a reload, and 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 to change the registers used by the instruction to avoid the move
instruction. instruction.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment