+2001-01-12 Bernd Schmidt <bernds@redhat.co.uk>
+
+ * expr.c (expand_builtin_setjmp_receiver): Emit a scheduling barrier
+ as last insn.
+
2001-01-11 Bernd Schmidt <bernds@redhat.co.uk>
* version.c: Bump.
{
; /* Nothing */
}
+
+ /* @@@ This is a kludge. Not all machine descriptions define a blockage
+ insn, but we must not allow the code we just generated to be reordered
+ by scheduling. Specifically, the update of the frame pointer must
+ happen immediately, not later. So emit an ASM_INPUT to act as blockage
+ insn. */
+ emit_insn (gen_rtx_ASM_INPUT (VOIDmode, ""));
}