diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2006-05-29 13:47:00 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2006-05-29 13:47:00 +0000 |
commit | 152279c4d235542c4948259e469b1b4faebdc596 (patch) | |
tree | 3034b741e0871fd9fe68745e08331b7ac25d6e62 /gcc/tree-flow.h | |
parent | a9488625976a5060016480c231f77ba8d4dfb651 (diff) | |
download | gcc-152279c4d235542c4948259e469b1b4faebdc596.zip gcc-152279c4d235542c4948259e469b1b4faebdc596.tar.gz gcc-152279c4d235542c4948259e469b1b4faebdc596.tar.bz2 |
tree-flow.h: Remove the prototype for add_type_alias.
* tree-flow.h: Remove the prototype for add_type_alias.
* tree-ssa-alias.c (add_type_alias): Remove.
From-SVN: r114197
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 0dad98b..6a953ab 100644 --- a/gcc/tree-flow.h +++ b/gcc/tree-flow.h @@ -667,7 +667,6 @@ 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 add_type_alias (tree, tree); extern void new_type_alias (tree, tree); extern void count_uses_and_derefs (tree, tree, unsigned *, unsigned *, bool *); static inline subvar_t get_subvars_for_var (tree); |