diff options
Diffstat (limited to 'gcc/tree.h')
-rw-r--r-- | gcc/tree.h | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -3340,9 +3340,6 @@ struct tree_statement_list #define VALUE_HANDLE_EXPR_SET(NODE) \ (VALUE_HANDLE_CHECK (NODE)->value_handle.expr_set) -#define VALUE_HANDLE_VUSES(NODE) \ - (VALUE_HANDLE_CHECK (NODE)->value_handle.vuses) - /* Defined and used in tree-ssa-pre.c. */ struct tree_value_handle GTY(()) @@ -3356,9 +3353,6 @@ struct tree_value_handle GTY(()) conveniently dense form starting at 0, so that we can make bitmaps of value handles. */ unsigned int id; - - /* Set of virtual uses represented by this handle. */ - VEC (tree, gc) *vuses; }; /* Define the overall contents of a tree node. |