summaryrefslogtreecommitdiffstats
path: root/llvm/docs/GarbageCollection.rst
diff options
context:
space:
mode:
authorDmitri Gribenko <gribozavr@gmail.com>2012-12-12 17:02:44 +0000
committerDmitri Gribenko <gribozavr@gmail.com>2012-12-12 17:02:44 +0000
commit11ffe2c47ee959bb9b2a59e4afd6ac41a8269aaa (patch)
tree702afbcb1f6887df7ab59d59a29fee552d2021ea /llvm/docs/GarbageCollection.rst
parent427cfcb93780801a437b62ed75f9f393ec180fb5 (diff)
downloadbcm5719-llvm-11ffe2c47ee959bb9b2a59e4afd6ac41a8269aaa.tar.gz
bcm5719-llvm-11ffe2c47ee959bb9b2a59e4afd6ac41a8269aaa.zip
Documentation: convert WritingAnLLVMPass.html to reST.
Patch by Anthony Mykhailenko with small fixes by me. llvm-svn: 169992
Diffstat (limited to 'llvm/docs/GarbageCollection.rst')
-rw-r--r--llvm/docs/GarbageCollection.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/docs/GarbageCollection.rst b/llvm/docs/GarbageCollection.rst
index f3b4bc35903..7765bd7d04c 100644
--- a/llvm/docs/GarbageCollection.rst
+++ b/llvm/docs/GarbageCollection.rst
@@ -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:
OpenPOWER on IntegriCloud