Commit 067a2933 by Jim Wilson

(move_block_from_reg): Add new argument to prototype.

From-SVN: r5015
parent 0040593d
......@@ -590,7 +590,7 @@ extern void move_block_to_reg PROTO((int, rtx, int, enum machine_mode));
/* Copy all or part of a BLKmode value X out of registers starting at REGNO.
The number of registers to be filled is NREGS. */
extern void move_block_from_reg PROTO((int, rtx, int));
extern void move_block_from_reg PROTO((int, rtx, int, int));
/* Mark NREGS consecutive regs, starting at REGNO, as being live now. */
extern void use_regs PROTO((int, int));
......
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