Skip to content

Commit 3c80a5d

Browse files
committed
fixup! only process inferred mi
1 parent 569f7a1 commit 3c80a5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jlgen.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -814,7 +814,7 @@ function compile_method_instance(@nospecialize(job::CompilerJob), compiled::IdDi
814814
# Collect the deferred edges
815815
outstanding = Any[]
816816
for mi in method_instances
817-
!haskey(mi, compiled) && continue # Equivalent to ci_cache_lookup == nothing
817+
!haskey(compiled, mi) && continue # Equivalent to ci_cache_lookup == nothing
818818
ci = compiled[mi].ci
819819
@static if VERSION >= v"1.11.0-"
820820
edges = CC.traverse_analysis_results(ci) do @nospecialize result

0 commit comments

Comments
 (0)