From fb39487dcced026e539e1296bc0ed91fcf4822ca Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Wed, 17 Feb 2010 22:50:12 +0000 Subject: [PATCH] HTML validation fixes. llvm-svn: 96527 --- llvm/docs/AdvancedGetElementPtr.html | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/llvm/docs/AdvancedGetElementPtr.html b/llvm/docs/AdvancedGetElementPtr.html index 128effee0928..02d1e321218e 100644 --- a/llvm/docs/AdvancedGetElementPtr.html +++ b/llvm/docs/AdvancedGetElementPtr.html @@ -324,20 +324,18 @@

The design of GEP has the following goals, in rough unofficial order of priority:

-

-

    -
  1. Support C, C-like languages, and languages which can be - conceptually lowered into C (this covers a lot).
  2. -
  3. Support optimizations such as those that are common in - C compilers.
  4. -
  5. Provide a consistent method for computing addresses so that - address computations don't need to be a part of load and - store instructions in the IR.
  6. -
  7. Support non-C-like languages, to the extent that it doesn't - interfere with other goals.
  8. -
  9. Minimize target-specific information in the IR.
  10. -
-

+
    +
  1. Support C, C-like languages, and languages which can be + conceptually lowered into C (this covers a lot).
  2. +
  3. Support optimizations such as those that are common in + C compilers.
  4. +
  5. Provide a consistent method for computing addresses so that + address computations don't need to be a part of load and + store instructions in the IR.
  6. +
  7. Support non-C-like languages, to the extent that it doesn't + interfere with other goals.
  8. +
  9. Minimize target-specific information in the IR.
  10. +