On Tue, 2014-08-12 at 21:52 -0600, Jeff Law wrote: > On 08/06/14 11:20, David Malcolm wrote: > > gcc/ > > * emit-rtl.c (last_call_insn): Strengthen return type from rtx to > > rtx_call_insn *. > > * rtl.h (is_a_helper <rtx_call_insn *>::test): New overload, accepting > > an rtx_insn *. > > (last_call_insn): Strengthen return type from rtx to > > rtx_call_insn *. > OK.
Thanks; committed to trunk as r214186 (fixing up as_a_nullable to safe_as_a).