Re: [PATCH 2/3] Fix shift amount (GPR->SI)

2015-07-20 Thread David Edelsohn
On Mon, Jul 20, 2015 at 12:04 PM, Segher Boessenkool wrote: > This changes the shift amount to always be SI (as it should be), not GPR. > It doesn't matter for constant shifts, but there are some variable shifts > as well, and consistency is good. > > No changelog, I'll fold it into the previous b

[PATCH 2/3] Fix shift amount (GPR->SI)

2015-07-20 Thread Segher Boessenkool
This changes the shift amount to always be SI (as it should be), not GPR. It doesn't matter for constant shifts, but there are some variable shifts as well, and consistency is good. No changelog, I'll fold it into the previous big patch, if approved. Segher --- gcc/config/rs6000/rs6000.md | 24