Change the types of arguments and return values for several functions from rtx to...
authorTrevor Saunders <tsaunders@mozilla.com>
Thu, 4 Sep 2014 21:11:23 +0000 (21:11 +0000)
committerTrevor Saunders <tbsaunde@gcc.gnu.org>
Thu, 4 Sep 2014 21:11:23 +0000 (21:11 +0000)
commite4685bc8caf5da2142eabeda9536567b1ea7bc12
tree041af499cfb38c8d2e0f9c0e336413c18a5dd923
parentb28e4e44278bfe2872cc8ca9b4dc623c5df6523d
Change the types of arguments and return values for several functions from rtx to rtx_insn *

gcc/ChangeLog:

2014-09-04  Trevor Saunders  <tsaunders@mozilla.com>

* emit-rtl.c (get_first_nonnote_insn): Return rtx_insn * instead of
rtx.
(get_last_nonnote_insn): Likewise.
(next_nonnote_insn_bb): Take rtx_insn * instead of rtx.
* resource.c (find_basic_block): Likewise.
* rtl.h: Adjust.
* rtlanal.c (keep_with_call_p): Take const rtx_insn * instead of
const_rtx.

From-SVN: r214922
gcc/ChangeLog
gcc/emit-rtl.c
gcc/resource.c
gcc/rtl.h
gcc/rtlanal.c