OSDN Git Service

* doc/passes.texi: Fix a typo.
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 21 Dec 2001 16:19:14 +0000 (16:19 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 21 Dec 2001 16:19:14 +0000 (16:19 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48245 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/doc/passes.texi

index 5ce8d29..037058b 100644 (file)
@@ -1,5 +1,9 @@
 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.
 
 2001-12-21  Jakub Jelinek  <jakub@redhat.com>
index 8d9a06e..f248056 100644 (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.