entry_of_function returns an insn
authorDavid Malcolm <dmalcolm@redhat.com>
Tue, 19 Aug 2014 18:44:41 +0000 (18:44 +0000)
committerDavid Malcolm <dmalcolm@gcc.gnu.org>
Tue, 19 Aug 2014 18:44:41 +0000 (18:44 +0000)
commit8a2e8325e4b35265ea983561eca4a23a13630b07
treeda230e132571622f6cfca9d50e37fa6bb9176344
parent27093ee4fc85ceb883cefc4f572ce4d4a9b68131
entry_of_function returns an insn

2014-08-19  David Malcolm  <dmalcolm@redhat.com>

* rtl.h (entry_of_function): Strengthen return type from rtx to
rtx_insn *.
* cfgrtl.c (entry_of_function): Likewise.

From-SVN: r214182
gcc/ChangeLog
gcc/cfgrtl.c
gcc/rtl.h