diff options
Diffstat (limited to 'gcc/flow.c')
-rw-r--r-- | gcc/flow.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/flow.c b/gcc/flow.c index 60170b16e94..48016cef781 100644 --- a/gcc/flow.c +++ b/gcc/flow.c @@ -3345,7 +3345,7 @@ attempt_auto_inc (pbi, inc, insn, mem, incr, incr_reg) /* We now know we'll be doing this change, so emit the new insn(s) and do the updates. */ - emit_insns_before (insns, insn); + emit_insn_before (insns, insn); if (pbi->bb->head == insn) pbi->bb->head = insns; |