Inline asm first checkin.

This commit is contained in:
Christoffer Lerno
2022-09-02 09:58:43 +02:00
parent 757ca3716e
commit 1a9a71f4c4
21 changed files with 1840 additions and 44 deletions

View File

@@ -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);