[patch] reload1.c: Fix a comment typo.

Kazu Hirata kazu@cs.umass.edu
Sun Apr 27 20:10:00 GMT 2003


Hi,

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

Kazu Hirata

2003-04-27  Kazu Hirata  <kazu@cs.umass.edu>

	* reload1.c (reg_set_luid): Fix a comment typo.

Index: reload1.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/reload1.c,v
retrieving revision 1.390
diff -u -r1.390 reload1.c
--- reload1.c	18 Apr 2003 20:30:24 -0000	1.390
+++ reload1.c	27 Apr 2003 20:07:49 -0000
@@ -9065,7 +9065,7 @@
    use move2add_last_label_luid to note where the label is and then
    later disable any optimization that would cross it.
    reg_offset[n] / reg_base_reg[n] / reg_mode[n] are only valid if
-   reg_set_luid[n] is greater than last_label_luid[n] .  */
+   reg_set_luid[n] is greater than move2add_last_label_luid.  */
 static int reg_set_luid[FIRST_PSEUDO_REGISTER];
 
 /* If reg_base_reg[n] is negative, register n has been set to



More information about the Gcc-patches mailing list