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]

Comment fixes


Commited as obvious.

	* reload.c (find_reloads): Fix comment typo.
	* recog.h (recog_memoized): Correct comment.

Index: reload.c
===================================================================
--- reload.c	(revision 108608)
+++ reload.c	(working copy)
@@ -4027,7 +4027,7 @@ find_reloads (rtx insn, int replace, int
     {
       /* We only do this on the last pass through reload, because it is
 	 possible for some data (like reg_equiv_address) to be changed during
-	 later passes.  Moreover, we loose the opportunity to get a useful
+	 later passes.  Moreover, we lose the opportunity to get a useful
 	 reload_{in,out}_reg when we do these replacements.  */
 
       if (replace)
Index: recog.h
===================================================================
--- recog.h	(revision 108608)
+++ recog.h	(working copy)
@@ -133,7 +133,7 @@ extern int if_test_bypass_p (rtx, rtx);
 
    This function is the normal interface to instruction recognition.
    The automatically-generated function `recog' is normally called
-   through this one.  (The only exception is in combine.c.)  */
+   through this one.  */
 
 static inline int
 recog_memoized (rtx insn)

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre


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