summaryrefslogtreecommitdiff
path: root/test/Bindings
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 /test/Bindings
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 'test/Bindings')
-rw-r--r--test/Bindings/Ocaml/vmcore.ml8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/Bindings/Ocaml/vmcore.ml b/test/Bindings/Ocaml/vmcore.ml
index bff04a16bb..fa60398044 100644
--- a/test/Bindings/Ocaml/vmcore.ml
+++ b/test/Bindings/Ocaml/vmcore.ml
@@ -898,14 +898,6 @@ let test_builder () =
ignore (build_invoke fn [| p1; p2 |] bb04 bb00 "build_invoke" b)
end;
- group "unwind"; begin
- (* RUN: grep {unwind} < %t.ll
- *)
- let bb05 = append_block context "Bb05" fn in
- let b = builder_at_end context bb05 in
- ignore (build_unwind b)
- end;
-
group "unreachable"; begin
(* RUN: grep {unreachable} < %t.ll
*)