Skip to content

Commit 8f50e35

Browse files
committed
Unexport more uses of parent.
1 parent 82a6462 commit 8f50e35

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/core/basicblock.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export BasicBlock, unsafe_delete!,
2-
parent, terminator, name,
2+
terminator, name,
33
move_before, move_after
44

55
@checked struct BasicBlock <: Value

src/core/instructions.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export Instruction, unsafe_delete!,
22
metadata, metadata!,
3-
parent, opcode,
3+
opcode,
44
predicate_int, predicate_real
55

66
# forward definition of Instruction in src/core/value/constant.jl

0 commit comments

Comments
 (0)