aboutsummaryrefslogtreecommitdiff
path: root/gcc/cse.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cse.c')
-rw-r--r--gcc/cse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cse.c b/gcc/cse.c
index 9e6fec0..050b930 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;
}