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 259497d commit e9b543aCopy full SHA for e9b543a
src/device/intrinsics/output.jl
@@ -93,19 +93,7 @@ end
93
ret!(builder)
94
end
95
96
-
97
- wrapper_f, wrapper_ft = create_function(T_void, param_types)
98
99
- @dispose builder=IRBuilder() begin
100
- entry = BasicBlock(wrapper_f, "entry")
101
- position!(builder, entry)
102
103
- call!(builder, llvm_ft, llvm_f, collect(parameters(wrapper_f)))
104
105
- ret!(builder)
106
- end
107
108
- call_function(wrapper_f, Nothing, Tuple{arg_types...}, arg_exprs...)
+ call_function(llvm_f, Nothing, Tuple{arg_types...}, arg_exprs...)
109
110
111
0 commit comments