Re: [PATCH 4/7] Move INSN_UID to the rtx header

2014-05-12 Thread Jeff Law
On 05/10/14 14:12, Richard Sandiford wrote: This is a bit more complicated than REG because INSN_UID is an "i" field and so is a parameter to the respective gen_rtx_FOOs. However, in all but one case these uids were dummy values; the one exception can simply set the INSN_UID after the call inste

[PATCH 4/7] Move INSN_UID to the rtx header

2014-05-10 Thread Richard Sandiford
This is a bit more complicated than REG because INSN_UID is an "i" field and so is a parameter to the respective gen_rtx_FOOs. However, in all but one case these uids were dummy values; the one exception can simply set the INSN_UID after the call instead. These rtxes also don't matter to genrecog