From abf82aabd14f1736ee2014dc0ae199024635af0b Mon Sep 17 00:00:00 2001 From: Per Bothner Date: Tue, 11 Aug 1998 09:34:05 -0700 Subject: =?UTF-8?q?=EF=BF=BD=20Fix=20incorrect=20comment.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From-SVN: r21676 --- gcc/tree.def | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gcc') 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. -- cgit v1.1