gcc/
2014-08-21 David Malcolm <dmalcolm@redhat.com>
* cfgloop.c (loop_exits_from_bb_p): Strengthen local "insn" from
rtx to rtx_insn *.
From-SVN: r214293
+2014-08-21 David Malcolm <dmalcolm@redhat.com>
+
+ * cfgloop.c (loop_exits_from_bb_p): Strengthen local "insn" from
+ rtx to rtx_insn *.
+
2014-08-21 David Malcolm <dmalcolm@redhat.com>
* basic-block.h (flow_find_cross_jump): Strengthen params 3 and 4
location_t
get_loop_location (struct loop *loop)
{
- rtx insn = NULL;
+ rtx_insn *insn = NULL;
struct niter_desc *desc = NULL;
edge exit;