Use rtx_insn in more places in haifa-sched.c
authorDavid Malcolm <dmalcolm@redhat.com>
Tue, 26 Aug 2014 19:52:49 +0000 (19:52 +0000)
committerDavid Malcolm <dmalcolm@gcc.gnu.org>
Tue, 26 Aug 2014 19:52:49 +0000 (19:52 +0000)
commit40a243d452c913fd0ac58ad39968d7993689967b
treebdce7f60f7f815372bc0ef4c80f35602b3d417cf
parent5d34b05026b5af531e8cecc4bc70a76a0d23093d
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".

From-SVN: r214545
gcc/ChangeLog
gcc/haifa-sched.c