From: Marat Zakirov Date: Thu, 7 Aug 2014 13:29:07 +0000 (+0000) Subject: thumb1.md (*thumb1_movqi_insn): Copy of thumb1_movhi_insn. X-Git-Tag: releases/gcc-5.1.0~5608 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4da2eb985b6a7c3cf4893d9ab6ab93e158ceb0cf;p=thirdparty%2Fgcc.git thumb1.md (*thumb1_movqi_insn): Copy of thumb1_movhi_insn. 2014-08-07 Marat Zakirov * config/arm/thumb1.md (*thumb1_movqi_insn): Copy of thumb1_movhi_insn. From-SVN: r213710 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 53d77cad5792..be1e70389b02 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2014-08-07 Marat Zakirov + + * config/arm/thumb1.md (*thumb1_movqi_insn): Copy of thumb1_movhi_insn. + 2014-08-07 Maxim Kuvyrkov * haifa-sched.c (SCHED_SORT): Delete. Macro used exactly once. diff --git a/gcc/config/arm/thumb1.md b/gcc/config/arm/thumb1.md index fed741ef68a9..65d55ddbdcc1 100644 --- a/gcc/config/arm/thumb1.md +++ b/gcc/config/arm/thumb1.md @@ -761,8 +761,8 @@ ) (define_insn "*thumb1_movqi_insn" - [(set (match_operand:QI 0 "nonimmediate_operand" "=l,l,m,*r,*h,l") - (match_operand:QI 1 "general_operand" "lk, m,l,*h,*r,I"))] + [(set (match_operand:QI 0 "nonimmediate_operand" "=l,l,m,l*r,*h,l") + (match_operand:QI 1 "general_operand" "l,m,l,k*h,*r,I"))] "TARGET_THUMB1 && ( register_operand (operands[0], QImode) || register_operand (operands[1], QImode))"