aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-structalias.c
diff options
context:
space:
mode:
authorRichard Guenther <rguenther@suse.de>2005-11-04 18:02:51 +0000
committerRichard Biener <rguenth@gcc.gnu.org>2005-11-04 18:02:51 +0000
commit8d66aecaffd36ef82905a4b225ac5e0932231c9d (patch)
treeb6f3557754fc7b55112b9e93cb62f67171fbea3b /gcc/tree-ssa-structalias.c
parent086ed39d00cae8912691bfd0cecb61011a34f835 (diff)
downloadgcc-8d66aecaffd36ef82905a4b225ac5e0932231c9d.zip
gcc-8d66aecaffd36ef82905a4b225ac5e0932231c9d.tar.gz
gcc-8d66aecaffd36ef82905a4b225ac5e0932231c9d.tar.bz2
tree-flow.h (ref_contains_indirect_ref): Rename to array_ref_contains_indirect_ref.
2005-11-04 Richard Guenther <rguenther@suse.de> * tree-flow.h (ref_contains_indirect_ref): Rename to array_ref_contains_indirect_ref. * tree-flow-inline.h (ref_contains_indirect_ref): Likewise. (array_ref_contains_indirect_ref): Make comment match the code and vice-versa. (ref_contains_array_ref): Likewise. * tree-ssa-structalias.c (find_func_aliases): Remove call to ref_contains_indirect_ref. * tree-ssa-loop-niter.c (infer_loop_bounds_from_undefined): Rename calls to ref_contains_indirect_ref. From-SVN: r106499
Diffstat (limited to 'gcc/tree-ssa-structalias.c')
-rw-r--r--gcc/tree-ssa-structalias.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/tree-ssa-structalias.c b/gcc/tree-ssa-structalias.c
index cee6502..aa912cb 100644
--- a/gcc/tree-ssa-structalias.c
+++ b/gcc/tree-ssa-structalias.c
@@ -2865,7 +2865,6 @@ find_func_aliases (tree t, struct alias_info *ai)
containing pointers, dereferences, and call expressions. */
if (POINTER_TYPE_P (TREE_TYPE (lhsop))
|| AGGREGATE_TYPE_P (TREE_TYPE (lhsop))
- || ref_contains_indirect_ref (lhsop)
|| TREE_CODE (rhsop) == CALL_EXPR)
{
lhs = get_constraint_for (lhsop, NULL);