Re: [6/9] Pass REG changes through a new function

2015-05-18 Thread Jeff Law
On 05/18/2015 12:23 PM, Richard Sandiford wrote: This patch adds a new function to set both the mode and regno of a REG. It makes sure that all REG PUT_MODE and SET_REGNO changes go through this function. There's a new PUT_MODE_RAW (analogous to SET_REGNO_RAW) for the cases where the caller doe

[6/9] Pass REG changes through a new function

2015-05-18 Thread Richard Sandiford
This patch adds a new function to set both the mode and regno of a REG. It makes sure that all REG PUT_MODE and SET_REGNO changes go through this function. There's a new PUT_MODE_RAW (analogous to SET_REGNO_RAW) for the cases where the caller doesn't want that. There's a small consistency fix: g