Updated membersof. "Type.kind" renamed "Type.kindof"

This commit is contained in:
Christoffer Lerno
2022-10-07 14:34:15 +02:00
committed by Christoffer Lerno
parent f010f6a926
commit bb20a38cdb
22 changed files with 2212 additions and 606 deletions

View File

@@ -3977,6 +3977,7 @@ static void llvm_emit_const_expr(GenContext *c, BEValue *be_value, Expr *expr)
case CONST_ENUM:
llvm_value_set(be_value, llvm_const_int(c, type, expr->const_expr.enum_val->enum_constant.ordinal), type);
return;
case CONST_MEMBER:
case CONST_UNTYPED_LIST:
UNREACHABLE
}