Skip to content

Commit ab74bc2

Browse files
vtjnashaviatesk
authored andcommitted
Update base/compiler/abstractinterpretation.jl
1 parent 16703da commit ab74bc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/compiler/abstractinterpretation.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3304,7 +3304,7 @@ function typeinf_local(interp::AbstractInterpreter, frame::InferenceState)
33043304
end
33053305
if rt === Bottom
33063306
ssavaluetypes[currpc] = Bottom
3307-
# Special case: Union typed PhiNodes do not error (but must also be unused)
3307+
# Special case: Bottom-typed PhiNodes do not error (but must also be unused)
33083308
if isa(stmt, PhiNode)
33093309
continue
33103310
end

0 commit comments

Comments
 (0)