Re: [PATCH 1/5] Flatten recog_op_alt and reorder entries

2014-06-03 Thread Jeff Law
On 05/31/14 03:06, Richard Sandiford wrote: As described in the covering note, this patch converts recog_op_alt into a flat array and orders the entries in the same way as the LRA cache. Several places just want the information for alternative which_alternative, so I added a convenience function

[PATCH 1/5] Flatten recog_op_alt and reorder entries

2014-05-31 Thread Richard Sandiford
As described in the covering note, this patch converts recog_op_alt into a flat array and orders the entries in the same way as the LRA cache. Several places just want the information for alternative which_alternative, so I added a convenience function for that. Thanks, Richard gcc/ * r