From b643d53db6528cf4ef954ddcdd98acee9c656142 Mon Sep 17 00:00:00 2001 From: Mike Stump Date: Wed, 29 May 1996 23:07:29 +0000 Subject: fix typo, target expr's have 4 fields now, not three. From-SVN: r12124 --- gcc/tree.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc') diff --git a/gcc/tree.def b/gcc/tree.def index 2b70883..efd0af3 100644 --- a/gcc/tree.def +++ b/gcc/tree.def @@ -409,7 +409,7 @@ DEFTREECODE (INIT_EXPR, "init_expr", "e", 2) and operand 2 is the cleanup for this node, if any. and operand 3 is the saved initializer after this node has been expanded once, this is so we can re-expand the tree later. */ -DEFTREECODE (TARGET_EXPR, "target_expr", "e", 3) +DEFTREECODE (TARGET_EXPR, "target_expr", "e", 4) /* Conditional expression ( ... ? ... : ... in C). Operand 0 is the condition. -- cgit v1.1