sched-rgn.c: Use rtx_insn in a couple of places
authorDavid Malcolm <dmalcolm@redhat.com>
Fri, 22 Aug 2014 21:36:28 +0000 (21:36 +0000)
committerDavid Malcolm <dmalcolm@gcc.gnu.org>
Fri, 22 Aug 2014 21:36:28 +0000 (21:36 +0000)
commit23f5bd204d3c0a51d5e5255e1c5fbcccfa3b6629
treeb55c4f3ce994c6cc3121da1f695a9ea09badbe19
parent66fcd40c62ed289e13886f11bc66e503456c3f30
sched-rgn.c: Use rtx_insn in a couple of places

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

* sched-rgn.c (is_cfg_nonregular): Strengthen locals "insn" and
"next" from rtx to rtx_insn *.
(find_conditional_protection): Likewise for local "next".
(is_conditionally_protected): Likewise for local "insn1".
(is_pfree): Likewise for locals "insn1", "insn2".

From-SVN: r214378
gcc/ChangeLog
gcc/sched-rgn.c