[PATCH] D52207: [OCaml] Add OCaml API for LLVMGetIndices

whitequark via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 17 18:38:41 PDT 2018


whitequark added inline comments.


================
Comment at: bindings/ocaml/llvm/llvm.mli:813
 
+(** [indices i] returns the number of indices for the ExtractValue or
+    InsertValue instruction [i].
----------------
I think this function returns the indices, not the *number* of indices.


Repository:
  rL LLVM

https://reviews.llvm.org/D52207





More information about the llvm-commits mailing list