Commit f647b9f2 by Torbjorn Granlund

(decrement_and_branch_until_zero matcher): Fix typo.

From-SVN: r12697
parent 5107b750
......@@ -5584,7 +5584,7 @@
if (operands[2] == constm1_rtx)
output_asm_insn (AS1 (dec%L1,%1), operands);
else if (operands[1] == const1_rtx)
else if (operands[2] == const1_rtx)
output_asm_insn (AS1 (inc%L1,%1), operands);
else
......
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