diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2002-10-27 14:21:37 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2002-10-27 14:21:37 +0000 |
commit | e591c83de733b7de518e12d0298709c48311bad4 (patch) | |
tree | 78cabb51043d43321f773686dd64da9c4b12bfab /gcc | |
parent | a0ba837ee72e2ba730e245434175203ad65ac245 (diff) | |
download | gcc-e591c83de733b7de518e12d0298709c48311bad4.zip gcc-e591c83de733b7de518e12d0298709c48311bad4.tar.gz gcc-e591c83de733b7de518e12d0298709c48311bad4.tar.bz2 |
* reload1.c (reload): Fix a comment typo.
From-SVN: r58582
Diffstat (limited to 'gcc')
-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 80f6262..acf305b 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 a163b8a..b467e25 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 |