diff options
| author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-10-27 14:21:37 +0000 |
|---|---|---|
| committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-10-27 14:21:37 +0000 |
| commit | 8c2e6a918f58eb29f43fcdf736dfab484d4e4d9d (patch) | |
| tree | 78cabb51043d43321f773686dd64da9c4b12bfab | |
| parent | 81649310240da9eef813cc40f748a99ea22b911a (diff) | |
| download | ppe42-gcc-8c2e6a918f58eb29f43fcdf736dfab484d4e4d9d.tar.gz ppe42-gcc-8c2e6a918f58eb29f43fcdf736dfab484d4e4d9d.zip | |
* reload1.c (reload): Fix a comment typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@58582 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/reload1.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 80f6262c22f..acf305bc1f7 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-10-27 Kazu Hirata <kazu@cs.umass.edu> + + * reload1.c (reload): Fix a comment typo. + Sun Oct 27 10:15:24 CET 2002 Jan Hubicka <jh@suse.cz> * linux64.h (DEFAULT_PCC_STRUCT_RETURN): Define. diff --git a/gcc/reload1.c b/gcc/reload1.c index a163b8afb51..b467e255ca2 100644 --- a/gcc/reload1.c +++ b/gcc/reload1.c @@ -1023,7 +1023,7 @@ reload (first, global) did_spill = 1; /* Regardless of the state of spills, if we previously had - a register that we thought we could eliminate, but no can + a register that we thought we could eliminate, but now can not eliminate, we must run another pass. Consider pseudos which have an entry in reg_equiv_* which |

