diff options
author | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 1993-07-28 17:14:44 +0000 |
---|---|---|
committer | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 1993-07-28 17:14:44 +0000 |
commit | e34d561891c4349ab5ba8dd0adaf35423a798fce (patch) | |
tree | cf79381fd44e14ffb0473531c3572117726087bf /gcc/expr.h | |
parent | db7bca862060056d79cc5f38e8d495d196d0badc (diff) | |
download | gcc-e34d561891c4349ab5ba8dd0adaf35423a798fce.tar.gz |
(move_block_from_reg): Add new argument to prototype.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5015 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/expr.h')
-rw-r--r-- | gcc/expr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/expr.h b/gcc/expr.h index 972c62cbf6b..314ab5218b1 100644 --- a/gcc/expr.h +++ b/gcc/expr.h @@ -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)); |