+Sun Jun 21 18:30:13 1998 H.J. Lu (hjl@gnu.org)
+
+ * loop.c (oballoc): Remove declaration.
+ (replace_call_address): Add prototype.
+
Sun Jun 21 01:08:17 PDT 1998 Jeff Law (law@cygnus.com)
* version.c: Bump for snapshot.
#define obstack_chunk_alloc xmalloc
#define obstack_chunk_free free
-
-extern char *oballoc ();
\f
/* During the analysis of a loop, a chain of `struct movable's
is made to record all the movable insns found.
static int loop_reg_used_before_p PROTO((rtx, rtx, rtx, rtx, rtx));
static void scan_loop PROTO((rtx, rtx, int, int));
#if 0
-static void replace_call_address PROTO(());
+static void replace_call_address PROTO((rtx, rtx, rtx));
#endif
static rtx skip_consec_insns PROTO((rtx, int));
static int libcall_benefit PROTO((rtx));