alias.c (find_base_value): Add prototype.
* alias.c (find_base_value): Add prototype. (true_dependence): Add prototype for function argument. From-SVN: r20601
This commit is contained in:
parent
3559eb289e
commit
960b4ee6e1
@ -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>
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user