From f3a2836eea7570e94b95c9882e1fa75af0cd23c7 Mon Sep 17 00:00:00 2001 From: Tim Besard Date: Tue, 10 Sep 2024 19:50:41 +0200 Subject: [PATCH] Unexport 'parent'. (#482) --- Project.toml | 2 +- src/core/instructions.jl | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index bc988719..39d189f8 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "LLVM" uuid = "929cbde3-209d-540e-8aea-75f648917ca0" -version = "9.1.0" +version = "9.1.1" [deps] CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82" diff --git a/src/core/instructions.jl b/src/core/instructions.jl index 245f4033..23acb1d0 100644 --- a/src/core/instructions.jl +++ b/src/core/instructions.jl @@ -1,5 +1,4 @@ -export Instruction, remove!, erase!, parent, - opcode +export Instruction, remove!, erase!, opcode """ Instruction