mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-06 05:33:28 +00:00
[OCaml] Fix a typo in documentation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@220377 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9b0ace6364
commit
3e874e64ed
@ -67,7 +67,7 @@ module DataLayout : sig
|
||||
See the method [llvm::DataLayout::getStringRepresentation]. *)
|
||||
val as_string : t -> string
|
||||
|
||||
(** [add_to_pass_manager dl pm] adds the target data [dl] to
|
||||
(** [add_to_pass_manager pm dl] adds the data layout [dl] to
|
||||
the pass manager [pm].
|
||||
See the method [llvm::PassManagerBase::add]. *)
|
||||
val add_to_pass_manager : [<Llvm.PassManager.any] Llvm.PassManager.t ->
|
||||
|
Loading…
x
Reference in New Issue
Block a user