Re: [PATCH 020/236] Return rtx_insn from get_insns/get_last_insn

2014-08-19 Thread David Malcolm
On Tue, 2014-08-12 at 16:01 -0600, Jeff Law wrote: On 08/06/14 11:19, David Malcolm wrote: Ultimately, the underlying fields should become rtx_insn *, but for now we can do this with a checked cast. Note to self: config/m32c/m32c.c: m32c_leaf_function_p directly manipulates

Re: [PATCH 020/236] Return rtx_insn from get_insns/get_last_insn

2014-08-12 Thread Jeff Law
On 08/06/14 11:19, David Malcolm wrote: Ultimately, the underlying fields should become rtx_insn *, but for now we can do this with a checked cast. Note to self: config/m32c/m32c.c: m32c_leaf_function_p directly manipulates x_first_insn and x_last_insn, using sequence_stack. gcc/

[PATCH 020/236] Return rtx_insn from get_insns/get_last_insn

2014-08-06 Thread David Malcolm
Ultimately, the underlying fields should become rtx_insn *, but for now we can do this with a checked cast. Note to self: config/m32c/m32c.c: m32c_leaf_function_p directly manipulates x_first_insn and x_last_insn, using sequence_stack. gcc/ * emit-rtl.h (get_insns): Strengthen return