Re: RFA: Remove insn_contains_asm from ira.c

2014-07-30 Thread Jeff Law
On 07/30/14 15:26, Richard Sandiford wrote: Just a small clean-up in preparation for the FOR_EACH_SUBRTX patches. insn_contains_asm can be tested more directly using extract_asm_operands, which doesn't involve any subcalls and should therefore be more efficient than calling for_each_rtx. Tested

RFA: Remove insn_contains_asm from ira.c

2014-07-30 Thread Richard Sandiford
Just a small clean-up in preparation for the FOR_EACH_SUBRTX patches. insn_contains_asm can be tested more directly using extract_asm_operands, which doesn't involve any subcalls and should therefore be more efficient than calling for_each_rtx. Tested on x86_64-linux-gnu. OK to install? Thanks,