mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-24 12:19:53 +00:00
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
This commit is contained in:
parent
e2940c3b70
commit
6321460440
@ -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]. **)
|
||||
|
Loading…
Reference in New Issue
Block a user