mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-26 21:32:10 +00:00
Fix docstring for ocaml binding's const_float.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78589 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ac6b4f2c0c
commit
2b526fec6a
@ -470,7 +470,7 @@ external const_of_int64 : lltype -> Int64.t -> bool -> llvalue
|
||||
= "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"
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user