]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
arm.md (addsi3_carryin_<optab>): Set attribute predicable.
authorGreta Yorsh <greta.yorsh@arm.com>
Fri, 5 Apr 2013 15:13:45 +0000 (16:13 +0100)
committerGreta Yorsh <gretay@gcc.gnu.org>
Fri, 5 Apr 2013 15:13:45 +0000 (16:13 +0100)
2013-04-05  Greta Yorsh  <Greta.Yorsh@arm.com>

* config/arm/arm.md (addsi3_carryin_<optab>): Set attribute predicable.
  (addsi3_carryin_alt2_<optab>,addsi3_carryin_shift_<optab>): Likewise.

From-SVN: r197518

gcc/ChangeLog
gcc/config/arm/arm.md

index 59c452856c4fc6d4c3690c4d341ced9ab0b6653e..31d0757b3b1594804a9c624f09f63ade293a61c7 100644 (file)
@@ -1,3 +1,8 @@
+2013-04-05  Greta Yorsh  <Greta.Yorsh@arm.com>
+
+       * config/arm/arm.md (addsi3_carryin_<optab>): Set attribute predicable.
+       (addsi3_carryin_alt2_<optab>,addsi3_carryin_shift_<optab>): Likewise.
+
 2013-04-05  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
 
        * config/arm/arm.c (arm_expand_builtin): Change fcode
index d5fcd505178880f09d8d9dddf478815a65f09206..c712b177b126c82c458ce6be00c420bd2bd7a7fd 100644 (file)
   "@
    adc%?\\t%0, %1, %2
    sbc%?\\t%0, %1, #%B2"
-  [(set_attr "conds" "use")]
+  [(set_attr "conds" "use")
+   (set_attr "predicable" "yes")]
 )
 
 (define_insn "*addsi3_carryin_alt2_<optab>"
   "@
    adc%?\\t%0, %1, %2
    sbc%?\\t%0, %1, #%B2"
-  [(set_attr "conds" "use")]
+  [(set_attr "conds" "use")
+   (set_attr "predicable" "yes")]
 )
 
 (define_insn "*addsi3_carryin_shift_<optab>"
   "TARGET_32BIT"
   "adc%?\\t%0, %1, %3%S2"
   [(set_attr "conds" "use")
+   (set_attr "predicable" "yes")
    (set (attr "type") (if_then_else (match_operand 4 "const_int_operand" "")
                      (const_string "alu_shift")
                      (const_string "alu_shift_reg")))]