This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] passes.texi: Fix a typo.


Hi,

Attached is a patch to fix a typo.  Committed as obvious.

Kazu Hirata

2001-12-21  Kazu Hirata  <kazu@hxi.com>

	* doc/passes.texi: Fix a typo.

Index: passes.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/passes.texi,v
retrieving revision 1.5
diff -u -r1.5 passes.texi
--- passes.texi	2001/12/17 19:19:58	1.5
+++ passes.texi	2001/12/21 16:17:14
@@ -432,7 +432,7 @@
 @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.
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]