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 7df9c22 commit 9c3b641Copy full SHA for 9c3b641
src/deprecated.jl
@@ -1,3 +1,6 @@
1
# deprecated methods
2
3
+Base.@deprecate llvmtype(x) value_type(x)
4
+Base.@deprecate llvmeltype(x) eltype(value_type(x))
5
+
6
Base.@deprecate_binding Builder IRBuilder
0 commit comments