mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Remove "EXPR_GROUP" to simplify the code somewhat.
This commit is contained in:
@@ -7153,7 +7153,6 @@ void llvm_emit_expr(GenContext *c, BEValue *value, Expr *expr)
|
||||
llvm_emit_rethrow_expr(c, value, expr);
|
||||
return;
|
||||
case EXPR_TYPEID:
|
||||
case EXPR_GROUP:
|
||||
case EXPR_SUBSCRIPT_ASSIGN:
|
||||
// These are folded in the semantic analysis step.
|
||||
UNREACHABLE
|
||||
|
||||
Reference in New Issue
Block a user