tree-flow.h (array_at_struct_end_p): Move declaration ...
[gcc.git] / gcc / tree.h
index e8bd8589cbb8f9d643f4125696658fca8c3a4f78..6bfc29eb15eb7d3ba71d1e702a92bfa7148c2df0 100644 (file)
@@ -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.  */