Skip to content

Commit 8d937c6

Browse files
committed
[bindings][ocaml] Remove a reference to the deleted function llvm_x86_mmx_type
The function was removed in dfeb399. This change fixes the build for OCaml bindings and tests.
1 parent f8ae128 commit 8d937c6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/bindings/ocaml/llvm/llvm.ml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,6 @@ external vector_size : lltype -> int = "llvm_vector_size"
519519
(*--... Operations on other types ..........................................--*)
520520
external void_type : llcontext -> lltype = "llvm_void_type"
521521
external label_type : llcontext -> lltype = "llvm_label_type"
522-
external x86_mmx_type : llcontext -> lltype = "llvm_x86_mmx_type"
523522
external type_by_name : llmodule -> string -> lltype option = "llvm_type_by_name"
524523

525524
external classify_value : llvalue -> ValueKind.t = "llvm_classify_value"

0 commit comments

Comments
 (0)