From: Torbjorn Granlund Date: Wed, 11 Sep 1996 01:12:10 +0000 (+0000) Subject: (decrement_and_branch_until_zero matcher): Fix typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f647b9f2e5f3e995fd6ccb8fe7f8bf8c99fe777c;p=gcc.git (decrement_and_branch_until_zero matcher): Fix typo. From-SVN: r12697 --- diff --git a/gcc/config/i386/i386.md b/gcc/config/i386/i386.md index 3debb5446b9..33c9ac691d9 100644 --- a/gcc/config/i386/i386.md +++ b/gcc/config/i386/i386.md @@ -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