From: Richard Henderson Date: Thu, 20 Jun 2002 23:50:13 +0000 (-0700) Subject: Fix thinko last change. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=91ace76da199e24409eede2518dbb741c81e82eb;p=gcc.git Fix thinko last change. From-SVN: r54866 --- diff --git a/gcc/config/m68k/m68k.md b/gcc/config/m68k/m68k.md index 16b6ca6da86..969e5dc3099 100644 --- a/gcc/config/m68k/m68k.md +++ b/gcc/config/m68k/m68k.md @@ -1532,8 +1532,8 @@ "") (define_insn "*zero_extendsidi2_cf" - [(set (match_operand:DI 0 "nonimmediate_operand" "=r,o") - (zero_extend:DI (match_operand:SI 1 "general_operand" "ro,r")))] + [(set (match_operand:DI 0 "nonimmediate_operand" "=r,m") + (zero_extend:DI (match_operand:SI 1 "general_operand" "rm,r")))] "TARGET_5200" "* { @@ -1556,8 +1556,8 @@ }") (define_insn "*zero_extendsidi2" - [(set (match_operand:DI 0 "nonimmediate_operand" "=ro") - (zero_extend:DI (match_operand:SI 1 "general_operand" "ro")))] + [(set (match_operand:DI 0 "nonimmediate_operand" "=rm") + (zero_extend:DI (match_operand:SI 1 "general_operand" "rm")))] "!TARGET_5200" "* {