From 67e6ad8606d3649f808637e6eb5fa5a64088fa59 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 11 Nov 2008 19:34:28 +0000 Subject: fix some validation errors. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59069 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/WritingAnLLVMBackend.html | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'docs/WritingAnLLVMBackend.html') diff --git a/docs/WritingAnLLVMBackend.html b/docs/WritingAnLLVMBackend.html index 9612f55..e57a2dd 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: