Commit b643d53d by Mike Stump

fix typo, target expr's have 4 fields now, not three.

From-SVN: r12124
parent 3cfa4909
...@@ -409,7 +409,7 @@ DEFTREECODE (INIT_EXPR, "init_expr", "e", 2) ...@@ -409,7 +409,7 @@ DEFTREECODE (INIT_EXPR, "init_expr", "e", 2)
and operand 2 is the cleanup for this node, if any. and operand 2 is the cleanup for this node, if any.
and operand 3 is the saved initializer after this node has been and operand 3 is the saved initializer after this node has been
expanded once, this is so we can re-expand the tree later. */ 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). /* Conditional expression ( ... ? ... : ... in C).
Operand 0 is the condition. Operand 0 is the condition.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment