From 8c2e6a918f58eb29f43fcdf736dfab484d4e4d9d Mon Sep 17 00:00:00 2001 From: kazu Date: Sun, 27 Oct 2002 14:21:37 +0000 Subject: [PATCH] * reload1.c (reload): Fix a comment typo. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@58582 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 4 ++++ gcc/reload1.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 + + * reload1.c (reload): Fix a comment typo. + Sun Oct 27 10:15:24 CET 2002 Jan Hubicka * 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 -- 2.7.4