We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
erase!
1 parent a063141 commit b057832Copy full SHA for b057832
src/gcn.jl
@@ -87,7 +87,7 @@ function lower_throw_extra!(mod::LLVM.Module)
87
# remove the call
88
nargs = length(parameters(f))
89
call_args = arguments(call)
90
- erase!(LLVM.parent(call), call)
+ erase!(call)
91
92
# HACK: kill the exceptions' unused arguments
93
for arg in call_args
0 commit comments