Commit db35306d by Joern Rennecke

Typo fix in comment.

From-SVN: r25410
parent cc0b1adc
...@@ -4728,7 +4728,7 @@ pre_delete () ...@@ -4728,7 +4728,7 @@ pre_delete ()
However, on the x86 some of the movXX patterns actually However, on the x86 some of the movXX patterns actually
contain clobbers of scratch regs. This may cause the contain clobbers of scratch regs. This may cause the
insn created by validate_change to not patch any pattern insn created by validate_change to not match any pattern
and thus cause validate_change to fail. */ and thus cause validate_change to fail. */
if (validate_change (insn, &SET_SRC (set), if (validate_change (insn, &SET_SRC (set),
expr->reaching_reg, 0)) expr->reaching_reg, 0))
......
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