aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.def
diff options
context:
space:
mode:
authorZack Weinberg <zack@gcc.gnu.org>2002-10-24 18:01:37 +0000
committerZack Weinberg <zack@gcc.gnu.org>2002-10-24 18:01:37 +0000
commit7af907e9a3cb092cdac9a2c3adb36c9dbfb33693 (patch)
tree522a376cfdc1b8a8c1fae5e41c5e678d32a6637b /gcc/tree.def
parentba3b27385abd38609051623c7838b17878d88941 (diff)
downloadgcc-7af907e9a3cb092cdac9a2c3adb36c9dbfb33693.zip
gcc-7af907e9a3cb092cdac9a2c3adb36c9dbfb33693.tar.gz
gcc-7af907e9a3cb092cdac9a2c3adb36c9dbfb33693.tar.bz2
* tree.def: Delete mention of nonexistent ARRAY_TYPE fields.
From-SVN: r58500
Diffstat (limited to 'gcc/tree.def')
-rw-r--r--gcc/tree.def2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/tree.def b/gcc/tree.def
index c04b486..e05ec28 100644
--- a/gcc/tree.def
+++ b/gcc/tree.def
@@ -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)