Re: [PATCH,ARM] Set attribute predicable

2013-02-14 Thread Richard Earnshaw
On 14/02/13 13:53, Greta Yorsh wrote: This patch sets attribute "predicable" to "yes" for patterns that handle add with carry and already use %? in their output statements. Ok for trunk? Thanks, Greta gcc/ 2013-02-14 Greta Yorsh * config/arm/arm.md (addsi3_carryin_): Set attribute

[PATCH,ARM] Set attribute predicable

2013-02-14 Thread Greta Yorsh
This patch sets attribute "predicable" to "yes" for patterns that handle add with carry and already use %? in their output statements. Ok for trunk? Thanks, Greta gcc/ 2013-02-14 Greta Yorsh * config/arm/arm.md (addsi3_carryin_): Set attribute "predicable" to yes. (ad