Cleanup and size reduction of Ast/Expr.

This commit is contained in:
Christoffer Lerno
2023-08-18 01:57:56 +02:00
parent 7a39933c97
commit 957ce320ae
36 changed files with 148 additions and 162 deletions

View File

@@ -6631,6 +6631,7 @@ void llvm_emit_expr(GenContext *c, BEValue *value, Expr *expr)
case EXPR_VASPLAT:
case EXPR_GENERIC_IDENT:
case EXPR_EMBED:
case EXPR_MACRO_BODY:
UNREACHABLE
case EXPR_LAMBDA:
llvm_emit_lambda(c, value, expr);