gcc/
* dwarf2cfi.c (add_cfis_to_fde): Strengthen locals "insn", "next"
from rtx to rtx_insn *.
(create_pseudo_cfg): Likewise for local "insn".
From-SVN: r214319
+2014-08-22 David Malcolm <dmalcolm@redhat.com>
+
+ * dwarf2cfi.c (add_cfis_to_fde): Strengthen locals "insn", "next"
+ from rtx to rtx_insn *.
+ (create_pseudo_cfg): Likewise for local "insn".
+
2014-08-22 David Malcolm <dmalcolm@redhat.com>
* df-core.c (df_bb_regno_first_def_find): Strengthen local "insn"
add_cfis_to_fde (void)
{
dw_fde_ref fde = cfun->fde;
- rtx insn, next;
+ rtx_insn *insn, *next;
/* We always start with a function_begin label. */
bool first = false;
{
bool saw_barrier, switch_sections;
dw_trace_info ti;
- rtx insn;
+ rtx_insn *insn;
unsigned i;
/* The first trace begins at the start of the function,