Skip to content

Commit 0ccc3e2

Browse files
clazissartemiy-volkov
authored andcommitted
Fix typo
1 parent d7bda7e commit 0ccc3e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gcc/config/arc64/arc64.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -824,8 +824,8 @@ udivl, unknown, xor, xorl"
824824
(match_operand:GPI 1 "nonmemory_operand" "")))]
825825
""
826826
{
827-
if (!register_operand (operands[2], DImode))
828-
operands[2] = force_reg (DImode, operands[2]);
827+
if (!register_operand (operands[1], DImode))
828+
operands[1] = force_reg (DImode, operands[1]);
829829
})
830830

831831
(define_insn "*cmp<mode>"

0 commit comments

Comments
 (0)