From e2721f75503d9195d02b8d2dc4d196b9256873e9 Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Sun, 31 Jul 2011 01:12:39 +0000 Subject: Remove InvalidateStructLayoutInfo from the ocaml bindings. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136582 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Bindings/Ocaml/target.ml | 1 - 1 file changed, 1 deletion(-) (limited to 'test/Bindings') diff --git a/test/Bindings/Ocaml/target.ml b/test/Bindings/Ocaml/target.ml index 5e3ab4bf93..1b6b71e275 100644 --- a/test/Bindings/Ocaml/target.ml +++ b/test/Bindings/Ocaml/target.ml @@ -37,7 +37,6 @@ let test_target_data () = let sty = struct_type context [| i32_type; i64_type |] in ignore (TargetData.as_string td); - ignore (TargetData.invalidate_struct_layout td sty); ignore (byte_order td); ignore (pointer_size td); ignore (intptr_type td); -- cgit v1.2.3