aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-loop-niter.c
diff options
context:
space:
mode:
authorSteve Ellcey <sellcey@mips.com>2014-01-09 21:02:43 +0000
committerSteve Ellcey <sje@gcc.gnu.org>2014-01-09 21:02:43 +0000
commit3fadf78ac801aab49b8863e79d4c74e5ff7c2a83 (patch)
tree00bf531c44e674f421bcf5d9415dff5ac1b71811 /gcc/tree-ssa-loop-niter.c
parent7f216cb2693e67a1732b9610eb85bf0b6c2cd0bb (diff)
downloadgcc-3fadf78ac801aab49b8863e79d4c74e5ff7c2a83.zip
gcc-3fadf78ac801aab49b8863e79d4c74e5ff7c2a83.tar.gz
gcc-3fadf78ac801aab49b8863e79d4c74e5ff7c2a83.tar.bz2
Makefile.in (TREE_FLOW_H): Remove.
2014-01-09 Steve Ellcey <sellcey@mips.com> * Makefile.in (TREE_FLOW_H): Remove. (TREE_SSA_H): Add file names from tree-flow.h. * doc/tree-ssa.texi (Annotations): Remove reference to tree-flow.h * tree.h: Remove tree-flow.h reference. * hash-table.h: Remove tree-flow.h reference. * tree-ssa-loop-niter.c (dump_affine_iv): Replace tree-flow.h reference with tree-ssa-loop.h. From-SVN: r206496
Diffstat (limited to 'gcc/tree-ssa-loop-niter.c')
-rw-r--r--gcc/tree-ssa-loop-niter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-ssa-loop-niter.c b/gcc/tree-ssa-loop-niter.c
index 5a10297..7628363 100644
--- a/gcc/tree-ssa-loop-niter.c
+++ b/gcc/tree-ssa-loop-niter.c
@@ -1311,7 +1311,7 @@ dump_affine_iv (FILE *file, affine_iv *iv)
if EVERY_ITERATION is true, we know the test is executed on every iteration.
The results (number of iterations and assumptions as described in
- comments at struct tree_niter_desc in tree-flow.h) are stored to NITER.
+ comments at struct tree_niter_desc in tree-ssa-loop.h) are stored to NITER.
Returns false if it fails to determine number of iterations, true if it
was determined (possibly with some assumptions). */