mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Updated membersof. "Type.kind" renamed "Type.kindof"
This commit is contained in:
committed by
Christoffer Lerno
parent
f010f6a926
commit
bb20a38cdb
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user