Params to modified_between_p
authorDavid Malcolm <dmalcolm@redhat.com>
Fri, 5 Sep 2014 01:24:47 +0000 (01:24 +0000)
committerDavid Malcolm <dmalcolm@gcc.gnu.org>
Fri, 5 Sep 2014 01:24:47 +0000 (01:24 +0000)
commit8f6bce51a7d9104d0732b318a55eff60bc71ce8d
tree4ba888a6d6f35ad74cf62bcdf79b9360a288ac2d
parente5b51ca02b275b9dbc2094499750bfb16a6b0e18
Params to modified_between_p

gcc/
2014-09-05  David Malcolm  <dmalcolm@redhat.com>

* rtl.h (modified_between_p): Strengthen params 2 and 3 from
const_rtx to const rtx_insn *.
* rtlanal.c (modified_between_p): Likewise, eliminating a checked
cast.

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