summaryrefslogtreecommitdiff
path: root/gcc/tree.def
diff options
context:
space:
mode:
authorbothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4>1998-08-11 16:34:05 +0000
committerbothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4>1998-08-11 16:34:05 +0000
commit2aa7abe0e44b1657353e0fad27b020e38839d5bc (patch)
tree0133c782d40cfe3cf6a306d4f927b3c672e113ec /gcc/tree.def
parenta70fd435bba948ba1b2c96c2ce394a6407245da8 (diff)
downloadgcc-2aa7abe0e44b1657353e0fad27b020e38839d5bc.tar.gz
Fix incorrect comment. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21676 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree.def')
-rw-r--r--gcc/tree.def3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/tree.def b/gcc/tree.def
index db272f18284..2519574f955 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.