diff options
author | Richard Guenther <rguenther@suse.de> | 2005-12-15 10:34:44 +0000 |
---|---|---|
committer | Richard Biener <rguenth@gcc.gnu.org> | 2005-12-15 10:34:44 +0000 |
commit | 6bec9271941b9b72ad47b3b357a243ed0690baa7 (patch) | |
tree | 37e6c4df71824b584a70181905ff6a757f809b5f /gcc/tree-flow.h | |
parent | cd6dba21ac4803bde1b149365d543dd81500ded5 (diff) | |
download | gcc-6bec9271941b9b72ad47b3b357a243ed0690baa7.zip gcc-6bec9271941b9b72ad47b3b357a243ed0690baa7.tar.gz gcc-6bec9271941b9b72ad47b3b357a243ed0690baa7.tar.bz2 |
tree-flow.h (okay_component_ref_for_subvars): Remove.
2005-12-15 Richard Guenther <rguenther@suse.de>
* tree-flow.h (okay_component_ref_for_subvars): Remove.
(get_ref_base_and_extent): Declare.
* tree-dfa.c (okay_component_ref_for_subvars): Remove.
(get_ref_base_and_extent): New function.
* tree-ssa-alias.c (find_used_portions): Use it.
* tree-ssa-structalias.c (get_constraint_for_component_ref):
Likewise.
* tree-ssa-operands.c (get_expr_operands): Likewise.
From-SVN: r108568
Diffstat (limited to 'gcc/tree-flow.h')
-rw-r--r-- | gcc/tree-flow.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/tree-flow.h b/gcc/tree-flow.h index 62b8027..9ebfeb8 100644 --- a/gcc/tree-flow.h +++ b/gcc/tree-flow.h @@ -592,8 +592,8 @@ static inline subvar_t get_subvars_for_var (tree); static inline tree get_subvar_at (tree, unsigned HOST_WIDE_INT); static inline bool ref_contains_array_ref (tree); static inline bool array_ref_contains_indirect_ref (tree); -extern tree okay_component_ref_for_subvars (tree, unsigned HOST_WIDE_INT *, - unsigned HOST_WIDE_INT *); +extern tree get_ref_base_and_extent (tree, HOST_WIDE_INT *, + HOST_WIDE_INT *, HOST_WIDE_INT *); static inline bool var_can_have_subvars (tree); static inline bool overlap_subvar (unsigned HOST_WIDE_INT, unsigned HOST_WIDE_INT, |