Re: [PATCH 2/2] rs6000: Clean up the cstore code a bit

2015-12-04 Thread David Edelsohn
On Fri, Dec 4, 2015 at 9:34 AM, Segher Boessenkool wrote: > "register_operand" was a bit confusing. Also some other minor cleanups. > > Tested on powerpc64-linux; okay for mainline? > > > Segher > > > 2015-12-04 Segher Boessenkool > > * (cstore4_unsigned): Use gpc_reg_operand instead o

[PATCH 2/2] rs6000: Clean up the cstore code a bit

2015-12-04 Thread Segher Boessenkool
"register_operand" was a bit confusing. Also some other minor cleanups. Tested on powerpc64-linux; okay for mainline? Segher 2015-12-04 Segher Boessenkool * (cstore4_unsigned): Use gpc_reg_operand instead of register_operand. Remove empty constraints. Use std::swap.