aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-flow.h
diff options
context:
space:
mode:
authorRichard Guenther <rguenther@suse.de>2012-04-17 13:33:41 +0000
committerRichard Guenther <rguenther@suse.de>2012-04-17 13:33:41 +0000
commit5d896c7094410e725f126b06180e259366266424 (patch)
tree6270e0e0ea62af5d1c4e2f324991ab27ce6e48b0 /gcc/tree-flow.h
parent2dd0a4d9eb4923dd205e47fdd8efd79adcb1ce1c (diff)
2012-04-17 Richard Guenther <rguenther@suse.de>
* 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. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@186527 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree-flow.h')
-rw-r--r--gcc/tree-flow.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/tree-flow.h b/gcc/tree-flow.h
index ba3adb0e059..241ee0545f5 100644
--- a/gcc/tree-flow.h
+++ b/gcc/tree-flow.h
@@ -686,7 +686,6 @@ tree find_loop_niter (struct loop *, edge *);
tree loop_niter_by_eval (struct loop *, edge);
tree find_loop_niter_by_eval (struct loop *, edge *);
void estimate_numbers_of_iterations (bool);
-bool array_at_struct_end_p (tree);
bool scev_probably_wraps_p (tree, tree, gimple, struct loop *, bool);
bool convert_affine_scev (struct loop *, tree, tree *, tree *, gimple, bool);