mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-05 13:26:55 +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:
@@ -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]. **)
|
||||
|
Reference in New Issue
Block a user