summaryrefslogtreecommitdiff
path: root/gcc/expr.h
diff options
context:
space:
mode:
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1995-10-27 10:42:30 +0000
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1995-10-27 10:42:30 +0000
commitc5044fbf4b06c82cf789ffd0fb05455f7c461227 (patch)
treeb74f087544a65fd321a9cd9f03f727e8c13d47a1 /gcc/expr.h
parent169d1054a713dace0203ae26e6a670ba14717ace (diff)
downloadgcc-c5044fbf4b06c82cf789ffd0fb05455f7c461227.tar.gz
(clear_storage): Second arg is rtx, not int.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@10530 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/expr.h')
-rw-r--r--gcc/expr.h2
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));