xo-jit: track new make_apply interface

This commit is contained in:
Roland Conybeare 2024-06-17 13:46:37 -04:00
commit 8d122425a0
2 changed files with 4 additions and 4 deletions

View file

@ -464,7 +464,7 @@ namespace xo {
return this->codegen_lambda(Lambda::from(expr));
case exprtype::variable:
return this->codegen_variable(Variable::from(expr));
case exprtype::if_expr:
case exprtype::ifexpr:
return this->codegen_ifexpr(IfExpr::from(expr));
case exprtype::invalid:
case exprtype::n_expr: