Commit 7af907e9 by Zack Weinberg

* tree.def: Delete mention of nonexistent ARRAY_TYPE fields.

From-SVN: r58500
parent ba3b2738
2002-10-24 Zack Weinberg <zack@codesourcery.com>
* tree.def: Delete mention of nonexistent ARRAY_TYPE fields.
2002-10-24 Ulrich Weigand <uweigand@de.ibm.com>
* config/s390/s390.h: Rework comments; re-sort target macro definitions
......
......@@ -199,8 +199,6 @@ DEFTREECODE (FILE_TYPE, "file_type", 't', 0)
TREE_TYPE Type of an array element.
TYPE_DOMAIN Type to index by.
Its range of values specifies the array length.
TYPE_SEP Expression for units from one elt to the next.
TYPE_SEP_UNIT Number of bits in a unit for previous.
The field TYPE_POINTER_TO (TREE_TYPE (array_type)) is always nonzero
and holds the type to coerce a value of that array type to in C.
TYPE_STRING_FLAG indicates a string (in contrast to an array of chars)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment