diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1993-07-28 10:14:44 -0700 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1993-07-28 10:14:44 -0700 |
commit | 067a2933eac23ff6f6ffbca8334d5fb49f322d2a (patch) | |
tree | cf79381fd44e14ffb0473531c3572117726087bf /gcc/expr.h | |
parent | 0040593d8684944f889602a4c3a18cf751408293 (diff) | |
download | gcc-067a2933eac23ff6f6ffbca8334d5fb49f322d2a.zip gcc-067a2933eac23ff6f6ffbca8334d5fb49f322d2a.tar.gz gcc-067a2933eac23ff6f6ffbca8334d5fb49f322d2a.tar.bz2 |
(move_block_from_reg): Add new argument to prototype.
From-SVN: r5015
Diffstat (limited to 'gcc/expr.h')
-rw-r--r-- | gcc/expr.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)); |