From e1686b08e4b9c570197633afc09f4fe32d664f0d Mon Sep 17 00:00:00 2001 From: Peter Collingbourne Date: Wed, 10 Aug 2011 01:10:17 +0000 Subject: 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 --- test/Bindings/Ocaml/vmcore.ml | 8 -------- 1 file changed, 8 deletions(-) (limited to 'test/Bindings') 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 *) -- cgit v1.2.3