From d8279b12d83ba68920170178d186b8feaf43945f Mon Sep 17 00:00:00 2001 From: Richard Guenther Date: Tue, 17 Apr 2012 13:33:41 +0000 Subject: tree-flow.h (array_at_struct_end_p): Move declaration ... 2012-04-17 Richard Guenther * tree-flow.h (array_at_struct_end_p): Move declaration ... * tree.h (array_at_struct_end_p): ... here. * tree-ssa-loop-niter.c (array_at_struct_end_p): Move ... * expr.c (array_at_struct_end_p): ... here. Rewrite. From-SVN: r186527 --- gcc/tree.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gcc/tree.h') diff --git a/gcc/tree.h b/gcc/tree.h index e8bd858..6bfc29e 100644 --- a/gcc/tree.h +++ b/gcc/tree.h @@ -5068,6 +5068,8 @@ extern bool contains_packed_reference (const_tree exp); extern tree array_ref_element_size (tree); +bool array_at_struct_end_p (tree); + /* Return a tree representing the lower bound of the array mentioned in EXP, an ARRAY_REF or an ARRAY_RANGE_REF. */ -- cgit v1.1