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] reload1.c: Fix a comment typo.


Hi,

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

Kazu Hirata

2003-03-30  Kazu Hirata  <kazu at cs dot umass dot edu>

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

Index: reload1.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/reload1.c,v
retrieving revision 1.385
diff -u -r1.385 reload1.c
--- reload1.c	28 Mar 2003 23:21:18 -0000	1.385
+++ reload1.c	30 Mar 2003 13:27:11 -0000
@@ -9205,7 +9205,7 @@
 				  (set (REGX) (REGY))
 				  (set (REGX) (PLUS (REGX) (CONST_INT B)))
 		 to
-				  (REGX) (REGY))
+				  (set (REGX) (REGY))
 				  (set (REGX) (PLUS (REGX) (CONST_INT A)))
 				  ...
 				  (set (REGX) (plus (REGX) (CONST_INT B-A)))  */


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