* tree.def: Delete mention of nonexistent ARRAY_TYPE fields.
authorZack Weinberg <zack@gcc.gnu.org>
Thu, 24 Oct 2002 18:01:37 +0000 (18:01 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Thu, 24 Oct 2002 18:01:37 +0000 (18:01 +0000)
From-SVN: r58500

gcc/ChangeLog
gcc/tree.def

index ff4ed20e3bc0a6918172a44b5a8efba94a72d0fc..9f01b18b2085785c0784018ee55c55b2120e3a56 100644 (file)
@@ -1,6 +1,10 @@
+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 
+       * config/s390/s390.h: Rework comments; re-sort target macro definitions
        according to the sequence they are defined in the manual.
        (POINTER_BOUNDARY): Remove.
 
@@ -23,8 +27,8 @@
 
 2002-10-24  Richard Henderson  <rth@redhat.com>
 
-        PR opt/7944
-        * reload.c (find_reloads_toplev): Mode of X is not important
+       PR opt/7944
+       * reload.c (find_reloads_toplev): Mode of X is not important
        when simplifying subregs of constants.
 
 2002-10-24  Richard Sandiford  <rsandifo@redhat.com>
index c04b486fe1598bca5c802632b74bf81c6d6e17c8..e05ec281dc4bd89c596d9c5d85e3cec335f3e7e0 100644 (file)
@@ -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)