Skip to content

Commit

Permalink
Update base/compiler/abstractinterpretation.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
vtjnash authored and aviatesk committed Feb 9, 2024
1 parent 16703da commit ab74bc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/compiler/abstractinterpretation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3304,7 +3304,7 @@ function typeinf_local(interp::AbstractInterpreter, frame::InferenceState)
end
if rt === Bottom
ssavaluetypes[currpc] = Bottom
# Special case: Union typed PhiNodes do not error (but must also be unused)
# Special case: Bottom-typed PhiNodes do not error (but must also be unused)
if isa(stmt, PhiNode)
continue
end
Expand Down

0 comments on commit ab74bc2

Please sign in to comment.