eh_returnjump_p takes an rtx_insn
authorDavid Malcolm <dmalcolm@redhat.com>
Thu, 4 Sep 2014 20:34:36 +0000 (20:34 +0000)
committerDavid Malcolm <dmalcolm@gcc.gnu.org>
Thu, 4 Sep 2014 20:34:36 +0000 (20:34 +0000)
commit8e3177d9a6d6b6a24027aa2d2d0c4cf410d77f08
treed275aea488cf2f4ef664a1dad8026f81f4f395f3
parentb67b29f62fd83a5b90da999969deed7888608f9c
eh_returnjump_p takes an rtx_insn

2014-09-04  David Malcolm  <dmalcolm@redhat.com>

gcc/
* jump.c (eh_returnjump_p): Strengthen param "insn" from rtx to
rtx_insn *.

* rtl.h (eh_returnjump_p): Likewise.

From-SVN: r214919
gcc/ChangeLog
gcc/jump.c
gcc/rtl.h