alias.c (find_base_value): Add prototype.
authorH.J. Lu <hjl@gnu.org>
Fri, 19 Jun 1998 20:01:04 +0000 (20:01 +0000)
committerJeff Law <law@gcc.gnu.org>
Fri, 19 Jun 1998 20:01:04 +0000 (14:01 -0600)
* alias.c (find_base_value): Add prototype.
(true_dependence): Add prototype for function argument.

From-SVN: r20601

gcc/ChangeLog
gcc/alias.c

index 3ee3457..40716dd 100644 (file)
@@ -1,5 +1,8 @@
 Fri Jun 19 20:38:34 1998  H.J. Lu  (hjl@gnu.org)
 
+       * alias.c (find_base_value): Add prototype.
+       (true_dependence): Add prototype for function argument.
+
        * c-aux-info.c (xmalloc): Remove declaration.
 
 Fri Jun 19 20:23:05 1998   Robert Lipe  <robertl@dgii.com>
index 8b99a0b..7d8c32b 100644 (file)
@@ -35,6 +35,7 @@ static int memrefs_conflict_p         PROTO((int, rtx, int, rtx,
 static void record_set                 PROTO((rtx, rtx));
 static rtx find_base_term              PROTO((rtx));
 static int base_alias_check            PROTO((rtx, rtx));
+static rtx find_base_value             PROTO((rtx));
 
 /* Set up all info needed to perform alias analysis on memory references.  */
 
@@ -865,7 +866,7 @@ true_dependence (mem, mem_mode, x, varies)
      rtx mem;
      enum machine_mode mem_mode;
      rtx x;
-     int (*varies)();
+     int (*varies) PROTO((rtx));
 {
   register rtx x_addr, mem_addr;