From e67b81d14078e85aff856cd25679a4f349e9c3b4 Mon Sep 17 00:00:00 2001 From: Paul Brook Date: Thu, 20 Jul 2006 14:20:26 +0000 Subject: [PATCH] Comment typo in previous patch. From-SVN: r115619 --- gcc/cse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/cse.c b/gcc/cse.c index 9e6fec091da..050b93031a1 100644 --- a/gcc/cse.c +++ b/gcc/cse.c @@ -6107,7 +6107,7 @@ cse_insn (rtx insn, rtx libcall_insn) if (sets[i].dest_addr_elt && sets[i].dest_addr_elt->first_same_value == 0) { - /* The elt was removed, which means this destination s not + /* The elt was removed, which means this destination is not valid after this instruction. */ sets[i].rtl = NULL_RTX; } -- 2.30.2