find_first_parameter_load returns an rtx_insn
authorDavid Malcolm <dmalcolm@redhat.com>
Thu, 21 Aug 2014 00:59:41 +0000 (00:59 +0000)
committerDavid Malcolm <dmalcolm@gcc.gnu.org>
Thu, 21 Aug 2014 00:59:41 +0000 (00:59 +0000)
commit62fc98cc67f69de81efc2525b8cc921eaf913cd7
tree61d54da74ca95a60171f16be69da0efbaedd7a81
parentfbecdc83824c4158ba7047226266719fb51bc412
find_first_parameter_load returns an rtx_insn

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

* rtl.h (find_first_parameter_load): Strengthen return type from
rtx to rtx_insn *.
* rtlanal.c (find_first_parameter_load): Strengthen return type
from rtx to rtx_insn *.  Add checked cast for now, to postpone
strengthening the params.

From-SVN: r214252
gcc/ChangeLog
gcc/rtl.h
gcc/rtlanal.c