Skip to content

Commit 6409469

Browse files
authored
Update base/compiler/abstractinterpretation.jl
1 parent 24772cc commit 6409469

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)