Skip to content

Commit f3a2836

Browse files
authored
Unexport 'parent'. (#482)
1 parent bb70260 commit f3a2836

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "LLVM"
22
uuid = "929cbde3-209d-540e-8aea-75f648917ca0"
3-
version = "9.1.0"
3+
version = "9.1.1"
44

55
[deps]
66
CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82"

src/core/instructions.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
export Instruction, remove!, erase!, parent,
2-
opcode
1+
export Instruction, remove!, erase!, opcode
32

43
"""
54
Instruction

0 commit comments

Comments
 (0)