From: Richard Henderson Date: Thu, 20 Jun 2002 23:50:13 +0000 (-0700) Subject: Fix thinko last change. X-Git-Tag: releases/gcc-3.3.0~4174 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=91ace76da199e24409eede2518dbb741c81e82eb;p=thirdparty%2Fgcc.git Fix thinko last change. From-SVN: r54866 --- diff --git a/gcc/config/m68k/m68k.md b/gcc/config/m68k/m68k.md index 16b6ca6da869..969e5dc30997 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" "* {