From: Kyrylo Tkachov Date: Thu, 25 Jul 2013 16:33:27 +0000 (+0000) Subject: arm.md (arm_addsi3, [...]): Correct output template. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4870352d35468211accf8c293bf756eac99bc1e7;p=gcc.git arm.md (arm_addsi3, [...]): Correct output template. 2013-07-25 Kyrylo Tkachov * config/arm/arm.md (arm_addsi3, addsi3_carryin_, addsi3_carryin_alt2_): Correct output template. From-SVN: r201250 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 84dd63026b5..53dc68cb864 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2013-07-25 Kyrylo Tkachov + + * config/arm/arm.md (arm_addsi3, addsi3_carryin_, + addsi3_carryin_alt2_): Correct output template. + 2013-07-25 Kyrylo Tkachov * config/arm/arm-fixed.md (ssmulsa3, usmulusa3): diff --git a/gcc/config/arm/arm.md b/gcc/config/arm/arm.md index 1e8528821c1..a17d8238fa2 100644 --- a/gcc/config/arm/arm.md +++ b/gcc/config/arm/arm.md @@ -960,7 +960,7 @@ "@ add%?\\t%0, %0, %2 add%?\\t%0, %1, %2 - add%?\\t%0, %2 + add%?\\t%0, %1, %2 add%?\\t%0, %1, %2 add%?\\t%0, %1, %2 add%?\\t%0, %1, %2 @@ -1247,7 +1247,7 @@ (LTUGEU:SI (reg: CC_REGNUM) (const_int 0))))] "TARGET_32BIT" "@ - adc%?\\t%0, %1 + adc%?\\t%0, %1, %2 adc%?\\t%0, %1, %2 sbc%?\\t%0, %1, #%B2" [(set_attr "conds" "use") @@ -1264,7 +1264,7 @@ (match_operand:SI 2 "arm_rhs_operand" "l,rI,K")))] "TARGET_32BIT" "@ - adc%?\\t%0, %1 + adc%?\\t%0, %1, %2 adc%?\\t%0, %1, %2 sbc%?\\t%0, %1, #%B2" [(set_attr "conds" "use")