mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Add "$checks". Fix where $y++ could appear inside a runtime scope.
This commit is contained in:
committed by
Christoffer Lerno
parent
4fa4b2a631
commit
be5c82cfa6
@@ -5545,6 +5545,7 @@ void llvm_emit_expr(GenContext *c, BEValue *value, Expr *expr)
|
||||
case EXPR_CT_ARG:
|
||||
case EXPR_ASM:
|
||||
case EXPR_VASPLAT:
|
||||
case EXPR_CT_CHECKS:
|
||||
UNREACHABLE
|
||||
case EXPR_BUILTIN_ACCESS:
|
||||
llvm_emit_builtin_access(c, value, expr);
|
||||
|
||||
Reference in New Issue
Block a user