Re: [PATCH][ARM][cleanup] Simplify some expressions in some epilogue-related functions

2015-01-29 Thread Ramana Radhakrishnan
On 29/01/15 11:40, Kyrill Tkachov wrote: Hi all, This is another cleanup patch that simplifies some expressions of the form ( ? true : false) or if (boolean == true) and other minor cleanups. Tested arm-none-eabi. Ok for trunk? Or should this wait for the next stage? Thanks, Kyrill 2015-01

[PATCH][ARM][cleanup] Simplify some expressions in some epilogue-related functions

2015-01-29 Thread Kyrill Tkachov
Hi all, This is another cleanup patch that simplifies some expressions of the form ( ? true : false) or if (boolean == true) and other minor cleanups. Tested arm-none-eabi. Ok for trunk? Or should this wait for the next stage? Thanks, Kyrill 2015-01-29 Kyrylo Tkachov * config/arm/a