Commit c4d990db by Richard Stallman

(emit_insns_after): Update last_insn if nec.

From-SVN: r2016
parent 968e5643
......@@ -2213,6 +2213,8 @@ emit_insns_after (first, after)
if (after_after)
PREV_INSN (after_after) = last;
if (after == last_insn)
last_insn = last;
return last;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment