Commit 960b4ee6 by H.J. Lu Committed by Jeff Law

alias.c (find_base_value): Add prototype.

	* alias.c (find_base_value): Add prototype.
	(true_dependence): Add prototype for function argument.

From-SVN: r20601
parent 3559eb28
Fri Jun 19 20:38:34 1998 H.J. Lu (hjl@gnu.org) 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. * c-aux-info.c (xmalloc): Remove declaration.
Fri Jun 19 20:23:05 1998 Robert Lipe <robertl@dgii.com> Fri Jun 19 20:23:05 1998 Robert Lipe <robertl@dgii.com>
......
...@@ -35,6 +35,7 @@ static int memrefs_conflict_p PROTO((int, rtx, int, rtx, ...@@ -35,6 +35,7 @@ static int memrefs_conflict_p PROTO((int, rtx, int, rtx,
static void record_set PROTO((rtx, rtx)); static void record_set PROTO((rtx, rtx));
static rtx find_base_term PROTO((rtx)); static rtx find_base_term PROTO((rtx));
static int base_alias_check PROTO((rtx, 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. */ /* Set up all info needed to perform alias analysis on memory references. */
...@@ -865,7 +866,7 @@ true_dependence (mem, mem_mode, x, varies) ...@@ -865,7 +866,7 @@ true_dependence (mem, mem_mode, x, varies)
rtx mem; rtx mem;
enum machine_mode mem_mode; enum machine_mode mem_mode;
rtx x; rtx x;
int (*varies)(); int (*varies) PROTO((rtx));
{ {
register rtx x_addr, mem_addr; register rtx x_addr, mem_addr;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment