summaryrefslogtreecommitdiff
path: root/docs/subsystems.rst
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2012-06-20 10:17:46 +0000
committerBill Wendling <isanbard@gmail.com>2012-06-20 10:17:46 +0000
commit707f2fd26bd36e384b5d78d61a21ee45711768ef (patch)
tree44533a921f2e51390a12e783d3c5afbc8eb9772e /docs/subsystems.rst
parenta3a2eb08e1a2ab8e8138be05f9b03fc8f0d46fc0 (diff)
downloadllvm-707f2fd26bd36e384b5d78d61a21ee45711768ef.tar.gz
llvm-707f2fd26bd36e384b5d78d61a21ee45711768ef.tar.bz2
llvm-707f2fd26bd36e384b5d78d61a21ee45711768ef.tar.xz
Sphinxify BranchWeightMetadata document.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158810 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/subsystems.rst')
-rw-r--r--docs/subsystems.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/subsystems.rst b/docs/subsystems.rst
index ee0c2bedd0..1f9bd7d6ed 100644
--- a/docs/subsystems.rst
+++ b/docs/subsystems.rst
@@ -7,6 +7,7 @@ Subsystem Documentation
:hidden:
AliasAnalysis
+ BranchWeightMetadata
LinkTimeOptimization
* `Writing an LLVM Pass <WritingAnLLVMPass.html>`_
@@ -75,6 +76,6 @@ Subsystem Documentation
How to debug JITed code with GDB.
-* `Branch Weight Metadata <BranchWeightMetadata.html>`_
+* :ref:`branch_weight`
Provides information about Branch Prediction Information.