]> git.ipfire.org Git - thirdparty/gcc.git/commit
find_first_parameter_load params and return type
authorDavid Malcolm <dmalcolm@gcc.gnu.org>
Thu, 28 Aug 2014 20:49:58 +0000 (20:49 +0000)
committerDavid Malcolm <dmalcolm@gcc.gnu.org>
Thu, 28 Aug 2014 20:49:58 +0000 (20:49 +0000)
commit9321cf00db4930103c0e473e82f12135404c22ba
treef677bb27a1e6ea39bcd5c3b8a8062db4a6ee4309
parentbdda9b179dab8cce7cb1308d327fc6eb9ba53694
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.

From-SVN: r214695
gcc/except.c
gcc/rtl.h
gcc/rtlanal.c