Re: [PATCH][ARM] Add mode to probe_stack set operands

2016-05-09 Thread Richard Earnshaw (lists)
On 03/05/16 12:27, Kyrill Tkachov wrote: > Hi all, > > When building the arm backend genrecog complains that the probe_stack > set expression > doesn't specify any modes. This patch adds the SI mode annotation and > fixes the warning > > Bootstrapped and tested on arm-none-linux-gnueabihf. > >

[PATCH][ARM] Add mode to probe_stack set operands

2016-05-03 Thread Kyrill Tkachov
Hi all, When building the arm backend genrecog complains that the probe_stack set expression doesn't specify any modes. This patch adds the SI mode annotation and fixes the warning Bootstrapped and tested on arm-none-linux-gnueabihf. Ok for trunk? Thanks, Kyrill 2016-05-03 Kyrylo Tkachov