Skip to content
This repository has been archived by the owner on May 27, 2021. It is now read-only.

Commit

Permalink
Remove workaround.
Browse files Browse the repository at this point in the history
  • Loading branch information
maleadt committed Mar 5, 2020
1 parent 3b809e4 commit 6738f7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/execution.jl
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ when function changes, or when different types or keyword arguments are provided
new_ci = copy(ci)
empty!(new_ci.code)
empty!(new_ci.codelocs)
resize!(new_ci.linetable, 1) # codegen assumes at least one entry
empty!(new_ci.linetable)
empty!(new_ci.ssaflags)
new_ci.ssavaluetypes = 0
new_ci.edges = MethodInstance[mi]
Expand Down

0 comments on commit 6738f7e

Please sign in to comment.