diff options
| author | amodra <amodra@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-12-16 06:14:17 +0000 |
|---|---|---|
| committer | amodra <amodra@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-12-16 06:14:17 +0000 |
| commit | caebd015e71baf461ce1d58fcf7fe06527cf54e2 (patch) | |
| tree | e153517c727b16180b48778f3b0a70943ad83240 | |
| parent | 191ec5a230cdcac5f39fcefbfd7495ed8351c289 (diff) | |
| download | ppe42-gcc-caebd015e71baf461ce1d58fcf7fe06527cf54e2.tar.gz ppe42-gcc-caebd015e71baf461ce1d58fcf7fe06527cf54e2.zip | |
* reload.c (find_reloads): Fix comment typo.
* recog.h (recog_memoized): Correct comment.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@108627 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 5 | ||||
| -rw-r--r-- | gcc/recog.h | 2 | ||||
| -rw-r--r-- | gcc/reload.c | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5af6d55cfc9..f2481a5b7b5 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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, diff --git a/gcc/recog.h b/gcc/recog.h index b219c407cf3..83e5c29067d 100644 --- a/gcc/recog.h +++ b/gcc/recog.h @@ -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) diff --git a/gcc/reload.c b/gcc/reload.c index 97b2c3be525..7066f7d2dc0 100644 --- a/gcc/reload.c +++ b/gcc/reload.c @@ -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) |

