aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-structalias.h
diff options
context:
space:
mode:
authorRichard Guenther <rguenther@suse.de>2008-07-07 15:52:42 +0000
committerRichard Biener <rguenth@gcc.gnu.org>2008-07-07 15:52:42 +0000
commitbf87f41cae86459ab5028a664c737645c9f77bc3 (patch)
treea14095a7abb6614a0a9abff95430398b329eb481 /gcc/tree-ssa-structalias.h
parente5bae89b993cca27165a7b3bcfc33cad5f68992b (diff)
downloadgcc-bf87f41cae86459ab5028a664c737645c9f77bc3.zip
gcc-bf87f41cae86459ab5028a664c737645c9f77bc3.tar.gz
gcc-bf87f41cae86459ab5028a664c737645c9f77bc3.tar.bz2
tree-ssa-structalias.h (set_used_smts): Remove.
2008-07-07 Richard Guenther <rguenther@suse.de> * tree-ssa-structalias.h (set_used_smts): Remove. * tree-ssa-structalias.c (used_smts): Likewise. (set_used_smts): Likewise. * tree-ssa-alias.c (compute_flow_sensitive_aliasing): Remove call to set_used_smts. From-SVN: r137574
Diffstat (limited to 'gcc/tree-ssa-structalias.h')
-rw-r--r--gcc/tree-ssa-structalias.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/tree-ssa-structalias.h b/gcc/tree-ssa-structalias.h
index 7d468b4..c7ef1d4 100644
--- a/gcc/tree-ssa-structalias.h
+++ b/gcc/tree-ssa-structalias.h
@@ -39,6 +39,5 @@ extern void dump_solution_for_var (FILE *, unsigned int);
extern void debug_solution_for_var (unsigned int);
extern void dump_sa_points_to_info (FILE *);
extern void debug_sa_points_to_info (void);
-extern void set_used_smts (void);
#endif /* TREE_SSA_STRUCTALIAS_H */