Commit 2af1bac8 by Jim Wilson

(clear_storage): Add comment terminator.

From-SVN: r11518
parent ac6849cb
...@@ -635,7 +635,7 @@ extern void use_regs PROTO((rtx*, int, int)); ...@@ -635,7 +635,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 and ALIGN is its If OBJECT has BLKmode, SIZE is its length in bytes and ALIGN is its
alignment. alignment. */
extern void clear_storage PROTO((rtx, rtx, int)); extern void clear_storage PROTO((rtx, rtx, int));
/* Emit insns to set X from Y. */ /* Emit insns to set X from Y. */
......
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