Skip to content

Commit 7cce1d3

Browse files
authored
overload lattice ops within abstract_eval_isdefinedglobal (#57897)
1 parent 400d0b1 commit 7cce1d3

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
@@ -3330,6 +3330,7 @@ function abstract_eval_isdefinedglobal(interp::AbstractInterpreter, @nospecializ
33303330
exct = Union{exct, ConcurrencyViolationError}
33313331
end
33323332
end
3333+
= partialorder(typeinf_lattice(interp))
33333334
if M isa Const && s isa Const
33343335
M, s = M.val, s.val
33353336
if M isa Module && s isa Symbol

0 commit comments

Comments
 (0)