Commit 7a14fdc5 by Richard Henderson Committed by Jeff Law

alpha.h (SETUP_INCOMING_VARARGS): Emit a blockage insn after flushing argument…

alpha.h (SETUP_INCOMING_VARARGS): Emit a blockage insn after flushing argument registers to the stack.

        * alpha.h (SETUP_INCOMING_VARARGS): Emit a blockage insn
        after flushing argument registers to the stack.

From-SVN: r15784
parent 6662a38d
Mon Sep 29 00:18:16 1997 Richard Henderson (rth@cygnus.com)
* alpha.h (SETUP_INCOMING_VARARGS): Emit a blockage insn
after flushing argument registers to the stack.
* Makefile.in (mostlyclean): Remove .regmove files.
Sun Sep 28 18:59:58 1997 Jason Merrill <jason@yorick.cygnus.com>
......
......@@ -1052,6 +1052,7 @@ enum reg_class { NO_REGS, GENERAL_REGS, FLOAT_REGS, ALL_REGS,
plus_constant (virtual_incoming_args_rtx, \
(CUM) * UNITS_PER_WORD)), \
6 - (CUM), (6 - (CUM)) * UNITS_PER_WORD); \
emit_insn (gen_blockage ()); \
} \
PRETEND_SIZE = 12 * UNITS_PER_WORD; \
} \
......
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