maybe_copy_prologue_epilogue_insn (old_insn, new_insn);
}
-/* While scanning basic block BB, we found a match of length MATCH_LEN,
+/* While scanning basic block BB, we found a match of length MATCH_LEN + 1,
starting at INSN. Perform the replacement, removing the old insns and
replacing them with ATTEMPT. Returns the last insn emitted, or NULL
if the replacement is rejected. */
/* After performing a replacement in basic block BB, fix up the life
information in our buffer. LAST is the last of the insns that we
emitted as a replacement. PREV is the insn before the start of
- the replacement. MATCH_LEN is the number of instructions that were
+ the replacement. MATCH_LEN + 1 is the number of instructions that were
matched, and which now need to be replaced in the buffer. */
static void