computed_jump_p takes a rtx_insn *
authortbsaunde <tbsaunde@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 9 May 2015 04:15:57 +0000 (04:15 +0000)
committertbsaunde <tbsaunde@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 9 May 2015 04:15:57 +0000 (04:15 +0000)
commit181908bbd7cad3c19b206089549aeaf951edf9b5
treec0fb3cc35dcd9c7a2fdc76474e2461d6e0fde865
parent7a680a399eb5e5369b499128dbe805bf1d38be2c
computed_jump_p takes a rtx_insn *

gcc/ChangeLog:

2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>

* rtlanal.c (computed_jump_p): Cange argument type to rtx_insn *.
* rtl.h: Adjust.

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