diff options
author | Paul Brook <pbrook@gcc.gnu.org> | 2006-07-20 14:20:26 +0000 |
---|---|---|
committer | Paul Brook <pbrook@gcc.gnu.org> | 2006-07-20 14:20:26 +0000 |
commit | e67b81d14078e85aff856cd25679a4f349e9c3b4 (patch) | |
tree | d03d65c59e22cb72e98af86b7e860dbfbc707593 /gcc/cse.c | |
parent | 05c433f35af50d8d85785849240eb51977a0030e (diff) | |
download | gcc-e67b81d14078e85aff856cd25679a4f349e9c3b4.zip gcc-e67b81d14078e85aff856cd25679a4f349e9c3b4.tar.gz gcc-e67b81d14078e85aff856cd25679a4f349e9c3b4.tar.bz2 |
Comment typo in previous patch.
From-SVN: r115619
Diffstat (limited to 'gcc/cse.c')
-rw-r--r-- | gcc/cse.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |