diff options
Diffstat (limited to 'gcc/tree.def')
-rw-r--r-- | gcc/tree.def | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/tree.def b/gcc/tree.def index 5903355fab4..cd23dd32740 100644 --- a/gcc/tree.def +++ b/gcc/tree.def @@ -51,11 +51,6 @@ DEFTREECODE (ERROR_MARK, "error_mark", 'x', 0) Use `get_identifier' to get it (or create it, the first time). */ DEFTREECODE (IDENTIFIER_NODE, "identifier_node", 'x', -1) -/* Used to hold information to identify an operator (or combination - of two operators) considered as a `noun' rather than a `verb'. - The first operand is encoded in the TREE_TYPE field. */ -DEFTREECODE (OP_IDENTIFIER, "op_identifier", 'x', 2) - /* Has the TREE_VALUE and TREE_PURPOSE fields. */ /* These nodes are made into lists by chaining through the TREE_CHAIN field. The elements of the list live in the |