diff options
Diffstat (limited to 'gcc/dse.c')
-rw-r--r-- | gcc/dse.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3622,7 +3622,7 @@ dse_step6 (void) && s_info->redundant_reason->insn && INSN_P (s_info->redundant_reason->insn)) { - rtx rinsn = s_info->redundant_reason->insn; + rtx_insn *rinsn = s_info->redundant_reason->insn; if (dump_file && (dump_flags & TDF_DETAILS)) fprintf (dump_file, "Locally deleting insn %d " "because insn %d stores the " |