From c6dcc80eb3cafb49e12b11d9b1c0e6ed72cc5fc0 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Fri, 21 Dec 2001 16:19:14 +0000 Subject: [PATCH] * doc/passes.texi: Fix a typo. From-SVN: r48245 --- gcc/ChangeLog | 4 ++++ gcc/doc/passes.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5ce8d29a33e..037058b1f57 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2001-12-21 Kazu Hirata + + * doc/passes.texi: Fix a typo. + 2001-12-21 Kazu Hirata * config/h8300/h8300.h: Fix a comment typo. 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. -- 2.30.2