Commit 29a4c5ed by Jason Merrill Committed by Jason Merrill

* regmove.c (copy_src_to_dest): Add decl for loop_depth.

From-SVN: r20620
parent 32bd96ff
Fri Jun 19 22:37:51 1998 Jason Merrill <jason@yorick.cygnus.com>
Fri Jun 19 22:40:25 1998 Jason Merrill <jason@yorick.cygnus.com>
* regmove.c (copy_src_to_dest): Add decl for loop_depth.
* svr4.h (ASM_GENERATE_INTERNAL_LABEL): Cast arg to unsigned.
* dwarf2out.c (ASM_OUTPUT_DWARF_DATA1): Likewise.
......
......@@ -540,6 +540,7 @@ copy_src_to_dest (insn, src, dest, loop_depth)
rtx insn;
rtx src;
rtx dest;
int loop_depth;
{
rtx seq;
rtx link;
......
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