[llvm-commits] [llvm] r78589 - /llvm/trunk/bindings/ocaml/llvm/llvm.mli
Erick Tryzelaar
idadesub at users.sourceforge.net
Mon Aug 10 12:44:46 PDT 2009
Author: erickt
Date: Mon Aug 10 14:44:45 2009
New Revision: 78589
URL: http://llvm.org/viewvc/llvm-project?rev=78589&view=rev
Log:
Fix docstring for ocaml binding's const_float.
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=78589&r1=78588&r2=78589&view=diff
==============================================================================
--- llvm/trunk/bindings/ocaml/llvm/llvm.mli (original)
+++ llvm/trunk/bindings/ocaml/llvm/llvm.mli Mon Aug 10 14:44:45 2009
@@ -470,7 +470,7 @@
= "llvm_const_of_int64"
(** [const_float ty n] returns the floating point constant of type [ty] and
- value [n]. See the method [llvm::ConstantInt::get]. *)
+ value [n]. See the method [llvm::ConstantFP::get]. *)
external const_float : lltype -> float -> llvalue = "llvm_const_float"
More information about the llvm-commits
mailing list