Make the indirect branch optimization deterministic. No functionality change.
[oota-llvm.git] / docs / programming.rst
index e8acc1d2e0c87f944736768fbc024c2c612f14bd..c4eec59417e88ed2d7dab7aa7ec43999cf011d5e 100644 (file)
@@ -6,10 +6,11 @@ Programming Documentation
 .. toctree::
    :hidden:
 
+   Atomics
    CodingStandards
    CommandLine
    CompilerWriterInfo
-   Atomics
+   ExtendingLLVM
    HowToSetUpLLVMStyleRTTI
 
 * `LLVM Language Reference Manual <LangRef.html>`_
@@ -40,7 +41,7 @@ Programming Documentation
   How to make ``isa<>``, ``dyn_cast<>``, etc. available for clients of your
   class hierarchy.
 
-* `Extending LLVM <ExtendingLLVM.html>`_
+* :ref:`extending_llvm`
 
   Look here to see how to add instructions and intrinsics to LLVM.