Use rtx_insn in more places in haifa-sched.c
commit3adb7019d0f0cfa9dfea565dab7359805a3362f8
authordmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 26 Aug 2014 19:52:49 +0000 (26 19:52 +0000)
committerdmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 26 Aug 2014 19:52:49 +0000 (26 19:52 +0000)
treebdce7f60f7f815372bc0ef4c80f35602b3d417cf
parentbaa294b4fd1a0805c83f5feb71a37e7340cde78a
Use rtx_insn in more places in haifa-sched.c

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

* haifa-sched.c (struct model_insn_info): Strengthen field "insn"
from rtx to rtx_insn *.
(model_add_to_schedule): Likewise for locals "start", "end",
"iter".

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