* alias.c (record_set): Add prototype.
(find_base_term, base_alias_check): Likewise.
From-SVN: r19246
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
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. */