From f647b9f2e5f3e995fd6ccb8fe7f8bf8c99fe777c Mon Sep 17 00:00:00 2001 From: Torbjorn Granlund Date: Wed, 11 Sep 1996 01:12:10 +0000 Subject: (decrement_and_branch_until_zero matcher): Fix typo. From-SVN: r12697 --- gcc/config/i386/i386.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc') diff --git a/gcc/config/i386/i386.md b/gcc/config/i386/i386.md index 3debb54..33c9ac6 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 -- cgit v1.1