aboutsummaryrefslogtreecommitdiff
path: root/gcc/alias.c
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>1999-10-03 16:08:31 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>1999-10-03 16:08:31 +0000
commit93868d11a61ed7c903a112b9a29b43907220f51a (patch)
tree9f17d331eaad83eee979c2f468cf2533e2d5fe61 /gcc/alias.c
parent807625cf45d49ff58c333a0ad826f267d1f45a04 (diff)
downloadgcc-93868d11a61ed7c903a112b9a29b43907220f51a.zip
gcc-93868d11a61ed7c903a112b9a29b43907220f51a.tar.gz
gcc-93868d11a61ed7c903a112b9a29b43907220f51a.tar.bz2
alias.c (nonlocal_reference_p): Add static prototype.
* alias.c (nonlocal_reference_p): Add static prototype. * bitmap.c (bitmap_element_allocate): Prototype args in function pointer cast. * builtins.c (stabilize_va_list): Add static prototype. (expand_builtin_va_arg): Constify a char*. * c-lex.c (getch, put_back, extend_token_buffer_to, read_line_number, token_getch, token_put_back): Add static prototypes. * c-parse.gperf (hash, is_reserved_word): Likewise. * cccp.c (is_dir_separator): Likewise. From-SVN: r29782
Diffstat (limited to 'gcc/alias.c')
-rw-r--r--gcc/alias.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/alias.c b/gcc/alias.c
index 2ff97e2..fbd0e7d 100644
--- a/gcc/alias.c
+++ b/gcc/alias.c
@@ -93,6 +93,7 @@ static alias_set_entry get_alias_set_entry PROTO((int));
static rtx fixed_scalar_and_varying_struct_p PROTO((rtx, rtx, int (*)(rtx)));
static int aliases_everything_p PROTO((rtx));
static int write_dependence_p PROTO((rtx, rtx, int));
+static int nonlocal_reference_p PROTO((rtx));
/* Set up all info needed to perform alias analysis on memory references. */