Re: [PATCH 1/5] Add recog_constrain_insn

2014-10-21 Thread Jeff Law
On 10/17/14 14:47, Richard Sandiford wrote: This patch just adds a new utility function called recog_constrain_insn, to go alongside the existing recog_constrain_insn_cached. Note that the extract_insn in lra.c wasn't used when checking is disabled. The function just moved on to the next instruc

Re: [PATCH 1/5] Add recog_constrain_insn

2014-10-21 Thread Vladimir Makarov
On 10/17/2014 10:47 AM, Richard Sandiford wrote: > This patch just adds a new utility function called recog_constrain_insn, > to go alongside the existing recog_constrain_insn_cached. > > Note that the extract_insn in lra.c wasn't used when checking is disabled. > The function just moved on to the

[PATCH 1/5] Add recog_constrain_insn

2014-10-17 Thread Richard Sandiford
This patch just adds a new utility function called recog_constrain_insn, to go alongside the existing recog_constrain_insn_cached. Note that the extract_insn in lra.c wasn't used when checking is disabled. The function just moved on to the next instruction straight away. Richard gcc/ *