Re: [PATCH 6/9] rs6000: Clean up sub3

2014-09-21 Thread David Edelsohn
On Sat, Sep 20, 2014 at 2:23 PM, Segher Boessenkool wrote: > The instruction patterns are now called subf, with the corresponding > operand order, to be less confusing. I tried using the "sub" extended > mnemonics instead but that only made things way, way worse. > > Do not allow an integer as se

[PATCH 6/9] rs6000: Clean up sub3

2014-09-20 Thread Segher Boessenkool
The instruction patterns are now called subf, with the corresponding operand order, to be less confusing. I tried using the "sub" extended mnemonics instead but that only made things way, way worse. Do not allow an integer as second operand of sub3; expand doesn't use it. Only strlensi used it,