mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 20:11:17 +00:00
Optimize sret / byval. Fixes to types and failables.
This commit is contained in:
committed by
Christoffer Lerno
parent
dfe3128b16
commit
160659c4e3
@@ -772,7 +772,6 @@ static inline Ast *parse_decl_or_expr_stmt(ParseContext *c)
|
||||
if (expr->expr_kind == EXPR_FAILABLE && expr->inner_expr->expr_kind == EXPR_TYPEINFO)
|
||||
{
|
||||
UNREACHABLE
|
||||
expr_replace(expr, expr->inner_expr);
|
||||
}
|
||||
if (expr->expr_kind == EXPR_TYPEINFO)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user