Re: [PATCH 2/5] Handcode gen_rtx_INSN

2014-09-09 Thread Jeff Law
On 09/08/14 15:29, David Malcolm wrote: gcc/ChangeLog: * combine.c (try_combine): Eliminate checked cast on result of gen_rtx_INSN. * emit-rtl.c (gen_rtx_INSN): New function, improving over the prior autogenerated one by strengthening the return type and params 2 a

[PATCH 2/5] Handcode gen_rtx_INSN

2014-09-08 Thread David Malcolm
gcc/ChangeLog: * combine.c (try_combine): Eliminate checked cast on result of gen_rtx_INSN. * emit-rtl.c (gen_rtx_INSN): New function, improving over the prior autogenerated one by strengthening the return type and params 2 and 3 from rtx to rtx_insn *, and b