Commit 27fa83c1 by H.J. Lu Committed by Jeff Law

loop.c (oballoc): Remove declaration.

	* loop.c (oballoc): Remove declaration.
	(replace_call_address): Add prototype.

From-SVN: r20639
parent 1442f4eb
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) Sun Jun 21 01:08:17 PDT 1998 Jeff Law (law@cygnus.com)
* version.c: Bump for snapshot. * version.c: Bump for snapshot.
......
...@@ -228,8 +228,6 @@ extern struct obstack *rtl_obstack; ...@@ -228,8 +228,6 @@ extern struct obstack *rtl_obstack;
#define obstack_chunk_alloc xmalloc #define obstack_chunk_alloc xmalloc
#define obstack_chunk_free free #define obstack_chunk_free free
extern char *oballoc ();
/* During the analysis of a loop, a chain of `struct movable's /* During the analysis of a loop, a chain of `struct movable's
is made to record all the movable insns found. is made to record all the movable insns found.
Then the entire chain can be scanned to decide which to move. */ Then the entire chain can be scanned to decide which to move. */
...@@ -290,7 +288,7 @@ static void note_addr_stored PROTO((rtx, rtx)); ...@@ -290,7 +288,7 @@ static void note_addr_stored PROTO((rtx, rtx));
static int loop_reg_used_before_p PROTO((rtx, rtx, rtx, rtx, rtx)); static int loop_reg_used_before_p PROTO((rtx, rtx, rtx, rtx, rtx));
static void scan_loop PROTO((rtx, rtx, int, int)); static void scan_loop PROTO((rtx, rtx, int, int));
#if 0 #if 0
static void replace_call_address PROTO(()); static void replace_call_address PROTO((rtx, rtx, rtx));
#endif #endif
static rtx skip_consec_insns PROTO((rtx, int)); static rtx skip_consec_insns PROTO((rtx, int));
static int libcall_benefit PROTO((rtx)); static int libcall_benefit PROTO((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