summaryrefslogtreecommitdiff
path: root/bindings/ocaml/llvm/llvm_ocaml.c
diff options
context:
space:
mode:
authorPeter Collingbourne <peter@pcc.me.uk>2011-08-10 01:10:17 +0000
committerPeter Collingbourne <peter@pcc.me.uk>2011-08-10 01:10:17 +0000
commite1686b08e4b9c570197633afc09f4fe32d664f0d (patch)
treede769021b2074093dc65c2ca17dddf40458f8173 /bindings/ocaml/llvm/llvm_ocaml.c
parent59c1ba96ba99cf07647073c672fd9f2e5f571bc8 (diff)
downloadllvm-e1686b08e4b9c570197633afc09f4fe32d664f0d.tar.gz
llvm-e1686b08e4b9c570197633afc09f4fe32d664f0d.tar.bz2
llvm-e1686b08e4b9c570197633afc09f4fe32d664f0d.tar.xz
Remove the build_unwind function from the OCaml bindings.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137193 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'bindings/ocaml/llvm/llvm_ocaml.c')
-rw-r--r--bindings/ocaml/llvm/llvm_ocaml.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/bindings/ocaml/llvm/llvm_ocaml.c b/bindings/ocaml/llvm/llvm_ocaml.c
index 455e191d52..4baf99b4b1 100644
--- a/bindings/ocaml/llvm/llvm_ocaml.c
+++ b/bindings/ocaml/llvm/llvm_ocaml.c
@@ -1213,11 +1213,6 @@ CAMLprim LLVMValueRef llvm_build_invoke_bc(value Args[], int NumArgs) {
}
/* llbuilder -> llvalue */
-CAMLprim LLVMValueRef llvm_build_unwind(value B) {
- return LLVMBuildUnwind(Builder_val(B));
-}
-
-/* llbuilder -> llvalue */
CAMLprim LLVMValueRef llvm_build_unreachable(value B) {
return LLVMBuildUnreachable(Builder_val(B));
}