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 on x86_64-linux-gnu. OK to install? Thanks, Richard gcc/ * ira.c (insn_contains_asm_1, insn_contains_asm): Delete. (compute_regs_asm_clobbered): Use extract_asm_operands instead.
OK. Jeff