aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPer Bothner <bothner@gcc.gnu.org>1998-08-11 09:34:05 -0700
committerPer Bothner <bothner@gcc.gnu.org>1998-08-11 09:34:05 -0700
commitabf82aabd14f1736ee2014dc0ae199024635af0b (patch)
tree0133c782d40cfe3cf6a306d4f927b3c672e113ec
parent53bfe9cda9f36ae846038f99af933743d8e0cf05 (diff)
downloadgcc-abf82aabd14f1736ee2014dc0ae199024635af0b.zip
gcc-abf82aabd14f1736ee2014dc0ae199024635af0b.tar.gz
gcc-abf82aabd14f1736ee2014dc0ae199024635af0b.tar.bz2
Fix incorrect comment. From-SVN: r21676
-rw-r--r--gcc/tree.def3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/tree.def b/gcc/tree.def
index db272f1..2519574 100644
--- a/gcc/tree.def
+++ b/gcc/tree.def
@@ -359,8 +359,7 @@ DEFTREECODE (INDIRECT_REF, "indirect_ref", 'r', 1)
DEFTREECODE (BUFFER_REF, "buffer_ref", 'r', 1)
/* Array indexing in languages other than C.
- Operand 0 is the array; operand 1 is a list of indices
- stored as a chain of TREE_LIST nodes. */
+ Operand 0 is the array; operand 1 is a (single) array index. */
DEFTREECODE (ARRAY_REF, "array_ref", 'r', 2)
/* Constructor: return an aggregate value made from specified components.