Skip to content

Commit

Permalink
Update src/intrinsics.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Mosè Giordano <[email protected]>
  • Loading branch information
2 people authored and vchuravy committed Oct 7, 2024
1 parent 6f80140 commit b5117ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/intrinsics.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1424,7 +1424,6 @@ static jl_cgval_t emit_intrinsic(jl_codectx_t &ctx, intrinsic f, jl_value_t **ar
const jl_cgval_t &xinfo = argv[0];
// verify argument types
if (jl_is_primitivetype(xinfo.typ)){}

else if (is_ntuple_type(xinfo.typ) && jl_nparams(xinfo.typ) > 0)
{
jl_value_t *et = jl_tparam0(xinfo.typ);
Expand Down

0 comments on commit b5117ac

Please sign in to comment.