Add @castable and @convertible builtin macros, removes the need $castable and $convertible

This commit is contained in:
Christoffer Lerno
2022-09-20 22:18:00 +02:00
parent 48ee567f81
commit 4d5821408d
12 changed files with 12 additions and 77 deletions

View File

@@ -5541,7 +5541,6 @@ void llvm_emit_expr(GenContext *c, BEValue *value, Expr *expr)
{
case NON_RUNTIME_EXPR:
case EXPR_COND:
case EXPR_CT_CONV:
case EXPR_CT_ARG:
case EXPR_ASM:
case EXPR_VASPLAT: