diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2011-07-31 01:12:39 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2011-07-31 01:12:39 +0000 |
commit | e2721f75503d9195d02b8d2dc4d196b9256873e9 (patch) | |
tree | 6826404aa5df060b072150ee3ed02437c7cf5c9e /test/Bindings | |
parent | 21384c4ea8e1a8097a1feef1813c1414af9dae2a (diff) |
Remove InvalidateStructLayoutInfo from the ocaml bindings.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136582 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Bindings')
-rw-r--r-- | test/Bindings/Ocaml/target.ml | 1 |
1 files changed, 0 insertions, 1 deletions
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); |