From: Dan Gohman Date: Wed, 17 Feb 2010 22:50:12 +0000 (+0000) Subject: HTML validation fixes. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=52658d1dfc99ac5618db77cf6be23bd31441b3c8;p=oota-llvm.git HTML validation fixes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96527 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/AdvancedGetElementPtr.html b/docs/AdvancedGetElementPtr.html index 128effee092..02d1e321218 100644 --- a/docs/AdvancedGetElementPtr.html +++ b/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. +