ARM: correct isPredicable for MULS in ThHUMB mode
[oota-llvm.git] / docs / WritingAnLLVMBackend.rst
index 429f52a3526a6a1f1a9c2f215c80c07ed9cfcc97..fb7c16fc5458f033b08b874725de8b78c2ad4dff 100644 (file)
@@ -51,7 +51,7 @@ These essential documents must be read before reading this document:
   Formation, SSA-based Optimization, Register Allocation, Prolog/Epilog Code
   Insertion, Late Machine Code Optimizations, and Code Emission.
 
-* :doc:`TableGenFundamentals` --- a document that describes the TableGen
+* :doc:`TableGen/index` --- a document that describes the TableGen
   (``tblgen``) application that manages domain-specific information to support
   LLVM code generation.  TableGen processes input from a target description
   file (``.td`` suffix) and generates C++ code that can be used for code