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

From-SVN: r20620
This commit is contained in:
Jason Merrill 1998-06-19 22:41:40 +00:00 committed by Jason Merrill
parent 32bd96ffaf
commit 29a4c5ed1e
2 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,6 @@
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.

View File

@ -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;