forked from M-Labs/nac3
fixup! fixup! core/ndstrides: implement np_array()
fix binop +
This commit is contained in:
parent
4e3e490b92
commit
2941e8e865
|
@ -1380,7 +1380,7 @@ pub fn gen_binop_expr_with_values<'ctx, G: CodeGenerator>(
|
||||||
rhs_len.value,
|
rhs_len.value,
|
||||||
);
|
);
|
||||||
|
|
||||||
Ok(Some(concat_items.value.as_basic_value_enum().into()))
|
Ok(Some(concat.instance.value.as_basic_value_enum().into()))
|
||||||
}
|
}
|
||||||
|
|
||||||
Operator::Mult => {
|
Operator::Mult => {
|
||||||
|
|
Loading…
Reference in New Issue