From: Christophe Lyon Date: Tue, 23 Aug 2016 20:07:52 +0000 (+0000) Subject: [ARM] Fix predicable_short_it attribute for arm_movqi_insn X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0da825e9623ea8c160a2a4a884d207da89bebab6;p=gcc.git [ARM] Fix predicable_short_it attribute for arm_movqi_insn 2016-08-23 Christophe Lyon * config/arm/arm.md (arm_movqi_insn): Swap predicable_short_it attribute for alternatives 3 and 4. From-SVN: r239710 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d5016e90c7b..a585755261e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2016-08-23 Christophe Lyon + + * config/arm/arm.md (arm_movqi_insn): Swap predicable_short_it + attribute for alternatives 3 and 4. + 2016-08-23 David Malcolm * selftest.c (selftest::assert_str_contains): New function. diff --git a/gcc/config/arm/arm.md b/gcc/config/arm/arm.md index 820471556ef..ec1a9ad3324 100644 --- a/gcc/config/arm/arm.md +++ b/gcc/config/arm/arm.md @@ -6531,7 +6531,7 @@ strb%?\\t%1, %0" [(set_attr "type" "mov_reg,mov_reg,mov_imm,mov_imm,mvn_imm,load1,store1,load1,store1") (set_attr "predicable" "yes") - (set_attr "predicable_short_it" "yes,yes,yes,no,no,no,no,no,no") + (set_attr "predicable_short_it" "yes,yes,no,yes,no,no,no,no,no") (set_attr "arch" "t2,any,any,t2,any,t2,t2,any,any") (set_attr "length" "2,4,4,2,4,2,2,4,4")] )