Re: [PATCH 5/8] Remove unused operand_alternative fields

2014-06-10 Thread Jeff Law
On 06/05/14 15:33, Richard Sandiford wrote: This patch just gets rid of some write-only operand_alternative fields, which makes things easier for the later patches to preprocess_constraints. Richard gcc/ * recog.h (operand_alternative): Remove offmem_ok, nonffmem_ok, decmem_ok

[PATCH 5/8] Remove unused operand_alternative fields

2014-06-05 Thread Richard Sandiford
This patch just gets rid of some write-only operand_alternative fields, which makes things easier for the later patches to preprocess_constraints. Richard gcc/ * recog.h (operand_alternative): Remove offmem_ok, nonffmem_ok, decmem_ok and incmem_ok. Reformat other bitfields for c