diff options
author | Gordon Henriksen <gordonhenriksen@mac.com> | 2008-01-04 13:21:02 +0000 |
---|---|---|
committer | Gordon Henriksen <gordonhenriksen@mac.com> | 2008-01-04 13:21:02 +0000 |
commit | 632146044083683a987260599fca3a717b7e38a4 (patch) | |
tree | a6f049e8b23647b5613b8b3867d2eacf95553a24 /bindings/ocaml/llvm/llvm.mli | |
parent | e2940c3b70bedbc3588936844654d21a8a0b8478 (diff) | |
download | external_llvm-632146044083683a987260599fca3a717b7e38a4.zip external_llvm-632146044083683a987260599fca3a717b7e38a4.tar.gz external_llvm-632146044083683a987260599fca3a717b7e38a4.tar.bz2 |
Fix a typo in llvm.mli noticed by Alain Frisch.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45585 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'bindings/ocaml/llvm/llvm.mli')
-rw-r--r-- | bindings/ocaml/llvm/llvm.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/ocaml/llvm/llvm.mli b/bindings/ocaml/llvm/llvm.mli index d85dd1b..c6d50c9 100644 --- a/bindings/ocaml/llvm/llvm.mli +++ b/bindings/ocaml/llvm/llvm.mli @@ -1132,7 +1132,7 @@ external build_load : llvalue -> string -> llbuilder -> llvalue external build_store : llvalue -> llvalue -> llbuilder -> llvalue = "llvm_build_store" -(** [build_store p indices name b] creates a +(** [build_gep p indices name b] creates a [%name = gep %p, indices...] instruction at the position specified by the instruction builder [b]. See the method [llvm::LLVMBuilder::CreateGetElementPtr]. **) |