mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Inline asm first checkin.
This commit is contained in:
@@ -5885,6 +5885,7 @@ void llvm_emit_expr(GenContext *c, BEValue *value, Expr *expr)
|
||||
case EXPR_COND:
|
||||
case EXPR_CT_CONV:
|
||||
case EXPR_CT_ARG:
|
||||
case EXPR_ASM:
|
||||
UNREACHABLE
|
||||
case EXPR_BUILTIN_ACCESS:
|
||||
llvm_emit_builtin_access(c, value, expr);
|
||||
|
||||
Reference in New Issue
Block a user