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 04544ca commit ecbf41cCopy full SHA for ecbf41c
src/copyable_task.jl
@@ -81,11 +81,6 @@ function produce_value(x::Expr)
81
return x.args[2] # must be a `:call` Expr.
82
end
83
84
-"""
85
- derive_copyable_task_ir(ir::IRCode)::IRCode
86
-
87
88
89
function derive_copyable_task_ir(ir::BBCode)::Tuple{BBCode,Tuple}
90
91
# Replace all existing `ReturnNode`s with `ReturnNode(nothing)` in order to provide the
0 commit comments