Re: [PATCH 2/5] Don't modify recog_op_alt after preprocess_constraints

2014-06-03 Thread Jeff Law
On 05/31/14 03:09, Richard Sandiford wrote: Since the aim of this series is to cache the result of preprocess_constraints, we need to make sure that passes don't modify the information afterwards. This patch deals with the places that did. Patch 4 will make the information properly const. Thank

[PATCH 2/5] Don't modify recog_op_alt after preprocess_constraints

2014-05-31 Thread Richard Sandiford
Since the aim of this series is to cache the result of preprocess_constraints, we need to make sure that passes don't modify the information afterwards. This patch deals with the places that did. Patch 4 will make the information properly const. Thanks, Richard gcc/ * recog.h (alternati