]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* reload.c (find_reloads): Fix comment typo.
authoramodra <amodra@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 16 Dec 2005 06:14:17 +0000 (06:14 +0000)
committeramodra <amodra@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 16 Dec 2005 06:14:17 +0000 (06:14 +0000)
* recog.h (recog_memoized): Correct comment.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@108627 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/recog.h
gcc/reload.c

index 5af6d55cfc995b07fba6f65e2ab4153075960828..f2481a5b7b5a2a8a6b5fe13221668ad6ccb80370 100644 (file)
@@ -1,3 +1,8 @@
+2005-12-16  Alan Modra  <amodra@bigpond.net.au>
+
+       * reload.c (find_reloads): Fix comment typo.
+       * recog.h (recog_memoized): Correct comment.
+
 2005-12-16  Kazu Hirata  <kazu@codesourcery.com>
 
        * basic-block.h, config/i386/winnt.c, config/pa/pa.c,
index b219c407cf30a05314f1869883860fd302e1128d..83e5c29067d0581244daff27949d00deffeede21 100644 (file)
@@ -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)
index 97b2c3be525bce9957a6c5fc001b148da32eb2f5..7066f7d2dc030e28e23b68eb1e5f0e9dc4627b07 100644 (file)
@@ -4027,7 +4027,7 @@ find_reloads (rtx insn, int replace, int ind_levels, int live_known,
     {
       /* 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)