diff options
Diffstat (limited to 'gcc/recog.c')
-rw-r--r-- | gcc/recog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/recog.c b/gcc/recog.c index c0b60f8575a..7f723f97e11 100644 --- a/gcc/recog.c +++ b/gcc/recog.c @@ -3128,7 +3128,7 @@ peephole2_optimize (dump_file) /* Replace the old sequence with the new. */ try = emit_insn_after (try, peep2_insn_data[i].insn); - flow_delete_insn_chain (insn, peep2_insn_data[i].insn); + delete_insn_chain (insn, peep2_insn_data[i].insn); #ifdef HAVE_conditional_execution /* With conditional execution, we cannot back up the |