tree.def (SWITCH_EXPR): New tree node definition.
� * tree.def (SWITCH_EXPR): New tree node definition. From-SVN: r22552
This commit is contained in:
parent
27f9a7c6df
commit
7c226435db
@ -757,6 +757,12 @@ DEFTREECODE (EXIT_BLOCK_EXPR, "exit_block_expr", 'e', 2)
|
||||
expanded as the contained node (EXPR_WFL_NODE); a line note should
|
||||
be emitted first if EXPR_WFL_EMIT_LINE_NOTE. */
|
||||
DEFTREECODE (EXPR_WITH_FILE_LOCATION, "expr_with_file_location", 'e', 2)
|
||||
|
||||
/* Switch expression.
|
||||
Operand 0 is the expression used to perform the branch,
|
||||
Operand 1 contains the case values. The way they're organized is
|
||||
front-end implementation defined. */
|
||||
DEFTREECODE (SWITCH_EXPR, "switch_expr", 'e', 2)
|
||||
/*
|
||||
Local variables:
|
||||
mode:c
|
||||
|
Loading…
Reference in New Issue
Block a user