Re: [PATCH 6/7] Move PAT_VAR_LOCATION_STATUS to rtx header

2014-05-12 Thread Jeff Law
On 05/10/14 14:22, Richard Sandiford wrote: This is the other case (apart from INSN_UID) in which the field being moved is an "i". I kept the gen_rtx_VAR_LOCATION interface the same by writing it in C code. As with INSN_UID, removing an "i" is safe because genrecog and the equality routines don

[PATCH 6/7] Move PAT_VAR_LOCATION_STATUS to rtx header

2014-05-10 Thread Richard Sandiford
This is the other case (apart from INSN_UID) in which the field being moved is an "i". I kept the gen_rtx_VAR_LOCATION interface the same by writing it in C code. As with INSN_UID, removing an "i" is safe because genrecog and the equality routines don't care about VAR_LOCATIONs. (Equality would o