From 11ffe2c47ee959bb9b2a59e4afd6ac41a8269aaa Mon Sep 17 00:00:00 2001 From: Dmitri Gribenko Date: Wed, 12 Dec 2012 17:02:44 +0000 Subject: Documentation: convert WritingAnLLVMPass.html to reST. Patch by Anthony Mykhailenko with small fixes by me. llvm-svn: 169992 --- llvm/docs/GarbageCollection.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'llvm/docs/GarbageCollection.rst') 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 `__ +:ref:`FunctionPass::runOnFunction ` Likewise, ``initializeCustomLowering`` has the same semantics as -`Pass::doInitialization(Module&) -`__ +:ref:`Pass::doInitialization(Module&) +` The following can be used as a template: -- cgit v1.2.3