alias.c (record_set): Add prototype.
authorJeffrey A Law <law@cygnus.com>
Thu, 16 Apr 1998 22:14:41 +0000 (22:14 +0000)
committerJeff Law <law@gcc.gnu.org>
Thu, 16 Apr 1998 22:14:41 +0000 (16:14 -0600)
        * alias.c (record_set): Add prototype.
        (find_base_term, base_alias_check): Likewise.

From-SVN: r19246

gcc/ChangeLog
gcc/alias.c

index 183c402ef0dbe70c402bfbf509584af6d27c7b5c..efd2113d8f4c3487da0e6548fec066cd7e8ee3dc 100644 (file)
@@ -1,5 +1,8 @@
 Thu Apr 16 22:41:02 1998  Jeffrey A Law  (law@cygnus.com)
 
+       * alias.c (record_set): Add prototype.
+       (find_base_term, base_alias_check): Likewise.
+       
        * function.c (assign_outer_stack_local): Make static and add prototype.
 
        * haifa-sched.c (build_control_flow): Accept raw data as inputs
index 9f7537d4045080c075312ef68cf94aeba7d9cbde..ffd20ec98f97c9c7e586d29683f273607859151f 100644 (file)
@@ -32,6 +32,9 @@ static int rtx_equal_for_memref_p     PROTO((rtx, rtx));
 static rtx find_symbolic_term          PROTO((rtx));
 static int memrefs_conflict_p          PROTO((int, rtx, int, rtx,
                                               HOST_WIDE_INT));
+static void record_set                 PROTO((rtx, rtx));
+static rtx find_base_term              PROTO((rtx));
+static int base_alias_check            PROTO((rtx, rtx));
 
 /* Set up all info needed to perform alias analysis on memory references.  */