mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-05 13:26:55 +00:00
Documentation: convert WritingAnLLVMPass.html to reST.
Patch by Anthony Mykhailenko with small fixes by me. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169992 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -758,10 +758,10 @@ If ``CustomReadBarriers`` or ``CustomWriteBarriers`` are specified, then
|
||||
``performCustomLowering`` **must** eliminate the corresponding barriers.
|
||||
|
||||
``performCustomLowering`` must comply with the same restrictions as
|
||||
`FunctionPass::runOnFunction <WritingAnLLVMPass.html#runOnFunction>`__
|
||||
:ref:`FunctionPass::runOnFunction <writing-an-llvm-pass-runOnFunction>`
|
||||
Likewise, ``initializeCustomLowering`` has the same semantics as
|
||||
`Pass::doInitialization(Module&)
|
||||
<WritingAnLLVMPass.html#doInitialization_mod>`__
|
||||
:ref:`Pass::doInitialization(Module&)
|
||||
<writing-an-llvm-pass-doInitialization-mod>`
|
||||
|
||||
The following can be used as a template:
|
||||
|
||||
|
Reference in New Issue
Block a user