We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6babe4e commit a6b52c4Copy full SHA for a6b52c4
src/bbcode.jl
@@ -234,7 +234,7 @@ function _control_flow_graph(blks::Vector{BBlock})::Core.Compiler.CFG
234
succs = map(id -> sort(map(s -> id_to_num[s], succs_ids[id])), block_ids)
235
236
# Predecessor of entry block is `0`. This needs to be added in manually.
237
- @static if VERSION >= v"1.11"
+ @static if VERSION >= v"1.11.6"
238
push!(preds[1], 0)
239
end
240
0 commit comments