tree-flow.h (ref_contains_indirect_ref): Rename to array_ref_contains_indirect_ref.
authorRichard Guenther <rguenther@suse.de>
Fri, 4 Nov 2005 18:02:51 +0000 (18:02 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Fri, 4 Nov 2005 18:02:51 +0000 (18:02 +0000)
commit8d66aecaffd36ef82905a4b225ac5e0932231c9d
treeb6f3557754fc7b55112b9e93cb62f67171fbea3b
parent086ed39d00cae8912691bfd0cecb61011a34f835
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
gcc/ChangeLog
gcc/tree-flow-inline.h
gcc/tree-flow.h
gcc/tree-ssa-loop-niter.c
gcc/tree-ssa-structalias.c