diff --git a/docs/WritingAnLLVMBackend.html b/docs/WritingAnLLVMBackend.html index 9612f55e86e..e57a2dd458b 100644 --- a/docs/WritingAnLLVMBackend.html +++ b/docs/WritingAnLLVMBackend.html @@ -21,35 +21,35 @@
  • Preliminaries
  • Target Machine
  • -
  • Register Set and Register Classes
  • +
  • Register Set and Register Classes -
  • Instruction Set
  • + +
  • Instruction Set -
  • Instruction Selector
  • + +
  • Instruction Selector
  • Calling Conventions
  • - +
  • Assembly Printer
  • Subtarget Support
  • -
  • JIT Support
  • +
  • JIT Support +
  • @@ -99,7 +99,7 @@ LLVM backend to generate code for a specific hardware or software target.

    These essential documents must be read before reading this document: