From: kazu Date: Fri, 21 Dec 2001 16:19:14 +0000 (+0000) Subject: * doc/passes.texi: Fix a typo. X-Git-Url: http://git.sourceforge.jp/view?a=commitdiff_plain;h=25650033100ef48ddead4d8e5d058ff5d662fb3f;p=pf3gnuchains%2Fgcc-fork.git * doc/passes.texi: Fix a typo. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48245 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5ce8d29a33e..037058b1f57 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 2001-12-21 Kazu Hirata + * doc/passes.texi: Fix a typo. + +2001-12-21 Kazu Hirata + * config/h8300/h8300.h: Fix a comment typo. 2001-12-21 Jakub Jelinek diff --git a/gcc/doc/passes.texi b/gcc/doc/passes.texi index 8d9a06ea971..f248056a941 100644 --- a/gcc/doc/passes.texi +++ b/gcc/doc/passes.texi @@ -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.