aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.h
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.h
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.h')
-rw-r--r--gcc/tree.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/tree.h b/gcc/tree.h
index 8006b5a..e22e53c 100644
--- a/gcc/tree.h
+++ b/gcc/tree.h
@@ -1114,9 +1114,6 @@ extern void protected_set_expr_location (tree, location_t);
the given label expression. */
#define LABEL_EXPR_LABEL(NODE) TREE_OPERAND (LABEL_EXPR_CHECK (NODE), 0)
-/* VDEF_EXPR accessors are specified in tree-flow.h, along with the other
- accessors for SSA operands. */
-
/* CATCH_EXPR accessors. */
#define CATCH_TYPES(NODE) TREE_OPERAND (CATCH_EXPR_CHECK (NODE), 0)
#define CATCH_BODY(NODE) TREE_OPERAND (CATCH_EXPR_CHECK (NODE), 1)