Commit 6d29ff8e by Richard Kenner

(clear_storage): Second arg is rtx, not int.

From-SVN: r10530
parent 4c08eef0
...@@ -632,7 +632,7 @@ extern void use_regs PROTO((rtx*, int, int)); ...@@ -632,7 +632,7 @@ extern void use_regs PROTO((rtx*, int, int));
/* Write zeros through the storage of OBJECT. /* Write zeros through the storage of OBJECT.
If OBJECT has BLKmode, SIZE is its length in bytes. */ 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. */ /* Emit insns to set X from Y. */
extern rtx emit_move_insn PROTO((rtx, rtx)); extern rtx emit_move_insn PROTO((rtx, rtx));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment