deps_start_bb takes an insn
commite55e25f6597506def84e1fd29bc9c425668e7134
authordmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 15 Sep 2014 15:42:57 +0000 (15 15:42 +0000)
committerdmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 15 Sep 2014 15:42:57 +0000 (15 15:42 +0000)
tree11d4f3225a61f7916337e6a6931bcd78eb0eadf6
parent22538acdb30a084ae473a9054f5a87829e0a3272
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@215268 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/sched-deps.c
gcc/sched-int.h