loop.c (oballoc): Remove declaration.
authorH.J. Lu <hjl@gnu.org>
Sun, 21 Jun 1998 17:33:00 +0000 (17:33 +0000)
committerJeff Law <law@gcc.gnu.org>
Sun, 21 Jun 1998 17:33:00 +0000 (11:33 -0600)
* loop.c (oballoc): Remove declaration.
(replace_call_address): Add prototype.

From-SVN: r20639

gcc/ChangeLog
gcc/loop.c

index 08ec51963b8b09f97dfa433b73ef11827145fc0a..e48de8651fc5859cd5aff255ab449cdfe733dbb7 100644 (file)
@@ -1,3 +1,8 @@
+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.
index 0524e7e4f1c2f601142b941672921fa5a44a1438..1932bdeb5bccbd2fcdc2d5cdc448b7e259284674 100644 (file)
@@ -227,8 +227,6 @@ extern struct obstack *rtl_obstack;
 
 #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.
@@ -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 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));