From: Philippe De Muyter Date: Wed, 18 Jan 2006 07:25:17 +0000 (+0100) Subject: config/m68k/m68k.md (*addsi3_5200): Allow addq/subq to memory operands. X-Git-Tag: releases/gcc-4.2.0~4789 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d757cdeda061a0930251bb5544c51486555b0a1;p=thirdparty%2Fgcc.git config/m68k/m68k.md (*addsi3_5200): Allow addq/subq to memory operands. From-SVN: r109876 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f85952d01f6c..3513cc2ab050 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2006-01-18 Philippe De Muyter + + * config/m68k/m68k.md (*addsi3_5200): Allow addq/subq to memory + operands. + 2006-01-18 Kazu Hirata * rtlanal.c (global_reg_mentioned_p_1, diff --git a/gcc/config/m68k/m68k.md b/gcc/config/m68k/m68k.md index 8a6a555681d5..11c5ab04a9c8 100644 --- a/gcc/config/m68k/m68k.md +++ b/gcc/config/m68k/m68k.md @@ -1865,7 +1865,7 @@ (define_insn "*addsi3_5200" [(set (match_operand:SI 0 "nonimmediate_operand" "=m,?a,?a,r") (plus:SI (match_operand:SI 1 "general_operand" "%0,a,rJK,0") - (match_operand:SI 2 "general_src_operand" "d,rJK,a,mrIKLi")))] + (match_operand:SI 2 "general_src_operand" "dIL,rJK,a,mrIKLi")))] "TARGET_COLDFIRE" "* return output_addsi3 (operands);")