From 960b4ee6e13e9a12e5b128885f7e4c2e12795da6 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Fri, 19 Jun 1998 20:01:04 +0000 Subject: alias.c (find_base_value): Add prototype. * alias.c (find_base_value): Add prototype. (true_dependence): Add prototype for function argument. From-SVN: r20601 --- gcc/alias.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gcc/alias.c') diff --git a/gcc/alias.c b/gcc/alias.c index 8b99a0b..7d8c32b 100644 --- a/gcc/alias.c +++ b/gcc/alias.c @@ -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; -- cgit v1.1