aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorJohn Wehle <john@feith.com>1999-08-19 15:53:10 +0000
committerJohn Wehle <wehle@gcc.gnu.org>1999-08-19 15:53:10 +0000
commit7790df190afbe938f40506f1c75cfe7bef68496a (patch)
treeb5d7f5fb33fe1cfcee95d242ae0adb1d10bea2f1 /gcc/rtl.h
parent4406229e16dd8ae08e135fdf156cc42e1baa6bf0 (diff)
downloadgcc-7790df190afbe938f40506f1c75cfe7bef68496a.zip
gcc-7790df190afbe938f40506f1c75cfe7bef68496a.tar.gz
gcc-7790df190afbe938f40506f1c75cfe7bef68496a.tar.bz2
alias.c: Include tree.h.
* alias.c: Include tree.h. (nonlocal_reference_p, mark_constant_function): New functions. * flow.c (life_analysis): Call mark_constant_function. * rtl.h (mark_constant_function): Declare it. From-SVN: r28762
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r--gcc/rtl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h
index 4f01212..8f0ff59 100644
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -1546,6 +1546,7 @@ extern int true_dependence PROTO ((rtx, enum machine_mode, rtx,
extern int read_dependence PROTO ((rtx, rtx));
extern int anti_dependence PROTO ((rtx, rtx));
extern int output_dependence PROTO ((rtx, rtx));
+extern void mark_constant_function PROTO ((void));
extern void init_alias_once PROTO ((void));
extern void init_alias_analysis PROTO ((void));
extern void end_alias_analysis PROTO ((void));