From 6d29ff8edd0d511e39eecd556e0909929a9db5a9 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Fri, 27 Oct 1995 06:42:30 -0400 Subject: [PATCH] (clear_storage): Second arg is rtx, not int. From-SVN: r10530 --- gcc/expr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/expr.h b/gcc/expr.h index 4672721..cac7381 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)); -- 2.7.4