Skip to content

Commit 1a40c5b

Browse files
authored
Update src/abstractinterpretation.jl
1 parent 550259f commit 1a40c5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/abstractinterpretation.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ end
468468
"""
469469
Returns true if the iteration may terminate
470470
"""
471-
function iter_may_terminate(cond::Int64, dest::Int64, code::Vector{Any}, ssavaluetypes::Vector{Any})
471+
function iter_may_terminate(cond::Int, dest::Int, code::Vector{Any}, ssavaluetypes::Vector{Any})
472472
cond_code = code[cond]
473473
condt = ssavaluetypes[cond]
474474
t = widenconditional(ignorelimited(condt))

0 commit comments

Comments
 (0)