xo-jit: track new make_apply interface
This commit is contained in:
parent
32c7451191
commit
8d122425a0
2 changed files with 4 additions and 4 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue