From 33edf7f25544e9e5025801b7fc93adfd03f7be66 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Fri, 30 Oct 1992 16:34:50 -0500 Subject: [PATCH] (reload): Fix typo in comment. From-SVN: r2659 --- gcc/reload1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/reload1.c b/gcc/reload1.c index c065da8ad11..7ffef0d9481 100644 --- a/gcc/reload1.c +++ b/gcc/reload1.c @@ -1806,7 +1806,7 @@ reload (first, global, dumpfile) reload_as_needed (first, global); /* If we were able to eliminate the frame pointer, show that it is no - longer live at the start of any basic block. If it ls live by + longer live at the start of any basic block. If it is live by virtue of being in a pseudo, that pseudo will be marked live and hence the frame pointer will be known to be live via that pseudo. */ -- 2.30.2