diff options
Diffstat (limited to 'gcc/expr.h')
-rw-r--r-- | gcc/expr.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gcc/expr.h b/gcc/expr.h index fbf12a04b2e..015561159bb 100644 --- a/gcc/expr.h +++ b/gcc/expr.h @@ -410,7 +410,7 @@ extern rtx convert_modes PARAMS ((enum machine_mode, enum machine_mode, rtx, int)); /* Emit code to move a block Y to a block X. */ -extern rtx emit_block_move PARAMS ((rtx, rtx, rtx, unsigned int)); +extern rtx emit_block_move PARAMS ((rtx, rtx, rtx)); /* Copy all or part of a value X into registers starting at REGNO. The number of registers to be filled is NREGS. */ @@ -444,9 +444,8 @@ extern void use_regs PARAMS ((rtx *, int, int)); extern void use_group_regs PARAMS ((rtx *, rtx)); /* Write zeros through the storage of OBJECT. - If OBJECT has BLKmode, SIZE is its length in bytes and ALIGN is its - alignment. */ -extern rtx clear_storage PARAMS ((rtx, rtx, unsigned int)); + If OBJECT has BLKmode, SIZE is its length in bytes. */ +extern rtx clear_storage PARAMS ((rtx, rtx)); /* Return non-zero if it is desirable to store LEN bytes generated by CONSTFUN with several move instructions by store_by_pieces |