From e591c83de733b7de518e12d0298709c48311bad4 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sun, 27 Oct 2002 14:21:37 +0000 Subject: [PATCH] * reload1.c (reload): Fix a comment typo. From-SVN: r58582 --- gcc/ChangeLog | 4 ++++ gcc/reload1.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 + + * 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 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 -- 2.30.2