(clear_storage): Second arg is rtx, not int.
authorRichard Kenner <kenner@gcc.gnu.org>
Fri, 27 Oct 1995 10:42:30 +0000 (06:42 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Fri, 27 Oct 1995 10:42:30 +0000 (06:42 -0400)
From-SVN: r10530

gcc/expr.h

index 4672721..cac7381 100644 (file)
@@ -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));