diff options
author | Richard Guenther <rguenther@suse.de> | 2012-04-17 13:33:41 +0000 |
---|---|---|
committer | Richard Biener <rguenth@gcc.gnu.org> | 2012-04-17 13:33:41 +0000 |
commit | d8279b12d83ba68920170178d186b8feaf43945f (patch) | |
tree | 6270e0e0ea62af5d1c4e2f324991ab27ce6e48b0 /gcc/tree-flow.h | |
parent | c5c20c556bdb6bac0df8df2218ab5d4920b07137 (diff) | |
download | gcc-d8279b12d83ba68920170178d186b8feaf43945f.zip gcc-d8279b12d83ba68920170178d186b8feaf43945f.tar.gz gcc-d8279b12d83ba68920170178d186b8feaf43945f.tar.bz2 |
tree-flow.h (array_at_struct_end_p): Move declaration ...
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.
From-SVN: r186527
Diffstat (limited to 'gcc/tree-flow.h')
-rw-r--r-- | gcc/tree-flow.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/tree-flow.h b/gcc/tree-flow.h index ba3adb0..241ee05 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); |