Remove "EXPR_GROUP" to simplify the code somewhat.

This commit is contained in:
Christoffer Lerno
2024-07-26 14:34:08 +02:00
parent 73b15c691d
commit ea0124433a
10 changed files with 72 additions and 91 deletions

View File

@@ -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