]> git.ipfire.org Git - thirdparty/gcc.git/commit
cfgloopanal.c: Use rtx_insn
authorDavid Malcolm <dmalcolm@redhat.com>
Thu, 21 Aug 2014 21:11:30 +0000 (21:11 +0000)
committerDavid Malcolm <dmalcolm@gcc.gnu.org>
Thu, 21 Aug 2014 21:11:30 +0000 (21:11 +0000)
commit1f75b71e6b25558fbf3a941c70c412ad8c98a82b
tree87d7e09635da3e14dcd0422dfd8f78f9213db6f4
parent9d56eaa282f8747fe546ae0971b3ebec2f754528
cfgloopanal.c: Use rtx_insn

gcc/
2014-08-21  David Malcolm  <dmalcolm@redhat.com>

* cfgloopanal.c (num_loop_insns): Strengthen local "insn" from
rtx to rtx_insn *.
(average_num_loop_insns): Likewise.
(init_set_costs): Likewise for local "seq".
(seq_cost): Likewise for param "seq", from const_rtx to const
rtx_insn *.

From-SVN: r214294
gcc/ChangeLog
gcc/cfgloopanal.c