Commit e67b81d1 by Paul Brook

Comment typo in previous patch.

From-SVN: r115619
parent 05c433f3
...@@ -6107,7 +6107,7 @@ cse_insn (rtx insn, rtx libcall_insn) ...@@ -6107,7 +6107,7 @@ cse_insn (rtx insn, rtx libcall_insn)
if (sets[i].dest_addr_elt if (sets[i].dest_addr_elt
&& sets[i].dest_addr_elt->first_same_value == 0) && 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. */ valid after this instruction. */
sets[i].rtl = NULL_RTX; sets[i].rtl = NULL_RTX;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment