Skip to content

Commit f65dea6

Browse files
authored
Merge pull request #16976 from JuliaLang/kf/dontclearslottypes
Don't clear slottypes when deleting IR
2 parents 979f4d8 + 05caf53 commit f65dea6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/codegen.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -870,7 +870,6 @@ static void to_function(jl_lambda_info_t *li)
870870
if (JL_DELETE_NON_INLINEABLE &&
871871
li->def && li->inferred && !li->inlineable && !jl_options.outputji) {
872872
li->code = jl_nothing;
873-
li->slottypes = jl_nothing;
874873
li->ssavaluetypes = jl_box_long(jl_array_len(li->ssavaluetypes)); jl_gc_wb(li, li->ssavaluetypes);
875874
li->slotflags = NULL;
876875
li->slotnames = NULL;

0 commit comments

Comments
 (0)