deps_start_bb takes an insn
authorDavid Malcolm <dmalcolm@redhat.com>
Mon, 15 Sep 2014 15:42:57 +0000 (15:42 +0000)
committerDavid Malcolm <dmalcolm@gcc.gnu.org>
Mon, 15 Sep 2014 15:42:57 +0000 (15:42 +0000)
commit99de861295c32c3077b287bbb08ccc852297a72f
tree11d4f3225a61f7916337e6a6931bcd78eb0eadf6
parent5e89d0ad01c570e2009e5d8e0b9b4c3f8dfecf5a
deps_start_bb takes an insn

gcc/ChangeLog:
* sched-deps.c (deps_start_bb): Strengthen param "head" and local
"insn" from rtx to rtx_insn *.
* sched-int.h (deps_start_bb): Likewise for 2nd param.

From-SVN: r215268
gcc/ChangeLog
gcc/sched-deps.c
gcc/sched-int.h