[llvm-commits] [llvm] r45585 - /llvm/trunk/bindings/ocaml/llvm/llvm.mli

Gordon Henriksen gordonhenriksen at mac.com
Fri Jan 4 05:21:02 PST 2008


Author: gordon
Date: Fri Jan  4 07:21:02 2008
New Revision: 45585

URL: http://llvm.org/viewvc/llvm-project?rev=45585&view=rev
Log:
Fix a typo in llvm.mli noticed by Alain Frisch.

Modified:
    llvm/trunk/bindings/ocaml/llvm/llvm.mli

Modified: llvm/trunk/bindings/ocaml/llvm/llvm.mli
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/bindings/ocaml/llvm/llvm.mli?rev=45585&r1=45584&r2=45585&view=diff

==============================================================================
--- llvm/trunk/bindings/ocaml/llvm/llvm.mli (original)
+++ llvm/trunk/bindings/ocaml/llvm/llvm.mli Fri Jan  4 07:21:02 2008
@@ -1132,7 +1132,7 @@
 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]. **)





More information about the llvm-commits mailing list