mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Fix complaints of broken compilers.
This commit is contained in:
@@ -5891,7 +5891,7 @@ static inline void llvm_emit_typeid_info(GenContext *c, BEValue *value, Expr *ex
|
||||
llvm_emit_exprid(c, value, expr->typeid_info_expr.parent);
|
||||
llvm_value_rvalue(c, value);
|
||||
|
||||
LLVMValueRef kind;
|
||||
LLVMValueRef kind = NULL;
|
||||
LLVMValueRef ref = LLVMBuildIntToPtr(c->builder, value->value, c->ptr_type, "introspect*");
|
||||
AlignSize align = llvm_abi_alignment(c, c->introspect_type);
|
||||
AlignSize alignment;
|
||||
|
||||
Reference in New Issue
Block a user