diff options
-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 467272141d4..cac73819602 100644 --- a/gcc/expr.h +++ b/gcc/expr.h @@ -632,7 +632,7 @@ extern void use_regs PROTO((rtx*, int, int)); /* Write zeros through the storage of OBJECT. If OBJECT has BLKmode, SIZE is its length in bytes. */ -extern void clear_storage PROTO((rtx, int)); +extern void clear_storage PROTO((rtx, rtx)); /* Emit insns to set X from Y. */ extern rtx emit_move_insn PROTO((rtx, rtx)); |