diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2007-05-26 15:17:38 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2007-05-26 15:17:38 +0000 |
commit | 5ef1348f3c0f87d70e284a9b2310fe48cf4d10ed (patch) | |
tree | cd3c3a2beb741da228fbbb283b51652a5cc1324a /gcc/tree-flow.h | |
parent | eb83419390c399dc12a359eae856a5963216a450 (diff) | |
download | gcc-5ef1348f3c0f87d70e284a9b2310fe48cf4d10ed.zip gcc-5ef1348f3c0f87d70e284a9b2310fe48cf4d10ed.tar.gz gcc-5ef1348f3c0f87d70e284a9b2310fe48cf4d10ed.tar.bz2 |
tree-flow.h: Remove the prototype for is_aliased_with.
* tree-flow.h: Remove the prototype for is_aliased_with.
* tree-ssa-alias.c (is_aliased_with): Remove.
From-SVN: r125095
Diffstat (limited to 'gcc/tree-flow.h')
-rw-r--r-- | gcc/tree-flow.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/tree-flow.h b/gcc/tree-flow.h index 40e8049..e4260ad 100644 --- a/gcc/tree-flow.h +++ b/gcc/tree-flow.h @@ -834,7 +834,6 @@ extern void debug_points_to_info (void); extern void dump_points_to_info_for (FILE *, tree); extern void debug_points_to_info_for (tree); extern bool may_be_aliased (tree); -extern bool is_aliased_with (tree, tree); extern struct ptr_info_def *get_ptr_info (tree); extern void new_type_alias (tree, tree, tree); extern void count_uses_and_derefs (tree, tree, unsigned *, unsigned *, |