]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
m68k.md (zero_extendsidi2): Fix typo.
authorTorbjorn Granlund <tege@matematik.su.se>
Sat, 5 Sep 1998 13:27:42 +0000 (07:27 -0600)
committerJeff Law <law@gcc.gnu.org>
Sat, 5 Sep 1998 13:27:42 +0000 (07:27 -0600)

        * m68k.md (zero_extendsidi2): Fix typo.

From-SVN: r22267

gcc/config/m68k/m68k.md

index 4abcdeb80f4deef48d13804035ad80e774c3004e..98672df61b371a6f7e1fcca7d82975ab8e99024d 100644 (file)
     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]))