From: Torbjorn Granlund Date: Sat, 5 Sep 1998 13:27:42 +0000 (-0600) Subject: m68k.md (zero_extendsidi2): Fix typo. X-Git-Tag: prereleases/egcs-1.1.1-pre~54 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91b7921789d1518b6194edaa9367354f1b4aadb1;p=thirdparty%2Fgcc.git m68k.md (zero_extendsidi2): Fix typo. � * m68k.md (zero_extendsidi2): Fix typo. From-SVN: r22267 --- diff --git a/gcc/config/m68k/m68k.md b/gcc/config/m68k/m68k.md index 4abcdeb80f4d..98672df61b37 100644 --- a/gcc/config/m68k/m68k.md +++ b/gcc/config/m68k/m68k.md @@ -1483,7 +1483,7 @@ return \"clr%.l %0\;move%.l %1,%0\"; else operands[2] = adj_offsettable_operand (operands[0], 4); - if (GET_CODE (operands[1]) != REG || GET_CODE (operands[1]) != REG + if (GET_CODE (operands[1]) != REG || GET_CODE (operands[2]) != REG || REGNO (operands[1]) != REGNO (operands[2])) output_asm_insn (\"move%.l %1,%2\", operands); if (ADDRESS_REG_P (operands[0]))