Re: [PATCH 021/236] entry_of_function returns an insn

2014-08-19 Thread David Malcolm
On Tue, 2014-08-12 at 21:04 -0600, Jeff Law wrote: On 08/06/14 11:20, David Malcolm wrote: gcc/ * rtl.h (entry_of_function): Strengthen return type from rtx to rtx_insn *. * cfgrtl.c (entry_of_function): Likewise. OK. Thanks; committed to trunk as r214182.

Re: [PATCH 021/236] entry_of_function returns an insn

2014-08-12 Thread Jeff Law
On 08/06/14 11:20, David Malcolm wrote: gcc/ * rtl.h (entry_of_function): Strengthen return type from rtx to rtx_insn *. * cfgrtl.c (entry_of_function): Likewise. OK. Jeff

[PATCH 021/236] entry_of_function returns an insn

2014-08-06 Thread David Malcolm
gcc/ * rtl.h (entry_of_function): Strengthen return type from rtx to rtx_insn *. * cfgrtl.c (entry_of_function): Likewise. --- gcc/cfgrtl.c | 2 +- gcc/rtl.h| 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/cfgrtl.c b/gcc/cfgrtl.c index