We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
llvm_x86_mmx_type
1 parent f8ae128 commit 8d937c6Copy full SHA for 8d937c6
llvm/bindings/ocaml/llvm/llvm.ml
@@ -519,7 +519,6 @@ external vector_size : lltype -> int = "llvm_vector_size"
519
(*--... Operations on other types ..........................................--*)
520
external void_type : llcontext -> lltype = "llvm_void_type"
521
external label_type : llcontext -> lltype = "llvm_label_type"
522
-external x86_mmx_type : llcontext -> lltype = "llvm_x86_mmx_type"
523
external type_by_name : llmodule -> string -> lltype option = "llvm_type_by_name"
524
525
external classify_value : llvalue -> ValueKind.t = "llvm_classify_value"
0 commit comments