aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc/tree-ssa.texi
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/doc/tree-ssa.texi
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/doc/tree-ssa.texi')
-rw-r--r--gcc/doc/tree-ssa.texi3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/doc/tree-ssa.texi b/gcc/doc/tree-ssa.texi
index 391dba8..e0238bd 100644
--- a/gcc/doc/tree-ssa.texi
+++ b/gcc/doc/tree-ssa.texi
@@ -53,9 +53,6 @@ variable has aliases. All these attributes are stored in data
structures called annotations which are then linked to the field
@code{ann} in @code{struct tree_common}.
-Presently, we define annotations for variables (@code{var_ann_t}).
-Annotations are defined and documented in @file{tree-flow.h}.
-
@node SSA Operands
@section SSA Operands