This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Patch installed to fix comment typos
- From: Richard Sandiford <rsandifo at redhat dot com>
- To: gcc-patches at gcc dot gnu dot org
- Date: 07 Aug 2003 09:22:38 +0100
- Subject: Patch installed to fix comment typos
Committed as obvious.
Richard
* local-alloc.c (combine_regs): Fix comment typo.
Index: local-alloc.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/local-alloc.c,v
retrieving revision 1.121
diff -u -d -p -F^\([(a-zA-Z0-9_]\|#define\) -r1.121 local-alloc.c
--- local-alloc.c 19 Jul 2003 14:47:07 -0000 1.121
+++ local-alloc.c 7 Aug 2003 08:22:54 -0000
@@ -1738,7 +1738,7 @@ qty_sugg_compare_1 (const void *q1p, con
Combining registers means marking them as having the same quantity
and adjusting the offsets within the quantity if either of
- them is a SUBREG).
+ them is a SUBREG.
We don't actually combine a hard reg with a pseudo; instead
we just record the hard reg as the suggestion for the pseudo's quantity.
@@ -1749,7 +1749,7 @@ qty_sugg_compare_1 (const void *q1p, con
there is no REG_DEAD note on INSN. This occurs during the processing
of REG_NO_CONFLICT blocks.
- MAY_SAVE_COPYCOPY is nonzero if this insn is simply copying USEDREG to
+ MAY_SAVE_COPY is nonzero if this insn is simply copying USEDREG to
SETREG or if the input and output must share a register.
In that case, we record a hard reg suggestion in QTY_PHYS_COPY_SUGG.