Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix
Browse files Browse the repository at this point in the history
wsmoses committed Dec 1, 2024
1 parent 1c2d253 commit 0a483ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/typeutils/inference.jl
Original file line number Diff line number Diff line change
@@ -6,7 +6,6 @@ function return_type(interp::Core.Compiler.AbstractInterpreter, mi::Core.MethodI
end
result = Core.Compiler.InferenceResult(mi, Core.Compiler.typeinf_lattice(interp))
Core.Compiler.typeinf(interp, result, :global)
ccall(:jl_typeinf_timing_end, Cvoid, (UInt64,), start_time)
Core.Compiler.is_inferred(result) || return Any
Core.Compiler.widenconst(Core.Compiler.ignorelimited(result.result))
else

0 comments on commit 0a483ed

Please sign in to comment.