Skip to content

Commit ea3f2ea

Browse files
committed
overload lattice ops within abstract_eval_isdefinedglobal (#57897)
1 parent 6411e26 commit ea3f2ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Compiler/src/abstractinterpretation.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3283,6 +3283,7 @@ function abstract_eval_isdefinedglobal(interp::AbstractInterpreter, @nospecializ
32833283
exct = Union{exct, ConcurrencyViolationError}
32843284
end
32853285
end
3286+
= partialorder(typeinf_lattice(interp))
32863287
if M isa Const && s isa Const
32873288
M, s = M.val, s.val
32883289
if M isa Module && s isa Symbol

0 commit comments

Comments
 (0)