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
oscardssmith and giordano authored Jul 28, 2024
1 parent 6aced19 commit e05da0d
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 @@ -1419,7 +1419,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 e05da0d

Please sign in to comment.