find_first_parameter_load params and return type
commit35f8d1c290352d5459f91d2f8a57c3ecadb6168e
authordmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 28 Aug 2014 20:49:58 +0000 (28 20:49 +0000)
committerdmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 28 Aug 2014 20:49:58 +0000 (28 20:49 +0000)
treef677bb27a1e6ea39bcd5c3b8a8062db4a6ee4309
parentf42ae55ea43144aa64994876f93911f069fea833
find_first_parameter_load params and return type

gcc/
2014-08-28  David Malcolm  <dmalcolm@redhat.com>

* rtl.h (find_first_parameter_load): Strengthen return type and
both params from rtx to rtx_insn *.
* rtlanal.c (find_first_parameter_load): Strengthen return type,
both params and locals "before", "first_set" from rtx to
rtx_insn *.  Remove now-redundant cast.
* except.c (sjlj_mark_call_sites): Use NULL rather than NULL_RTX.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@214695 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/except.c
gcc/rtl.h
gcc/rtlanal.c