From: Dan Gohman Date: Wed, 17 Feb 2010 22:54:10 +0000 (+0000) Subject: Make this an unnumbered list. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=887e4a544213741de0f4ce6624427bf5b7eb7fe4;p=oota-llvm.git Make this an unnumbered list. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96528 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/AdvancedGetElementPtr.html b/docs/AdvancedGetElementPtr.html index 02d1e321218..fcd7cf4d007 100644 --- a/docs/AdvancedGetElementPtr.html +++ b/docs/AdvancedGetElementPtr.html @@ -324,7 +324,7 @@

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

-
    +
    • Support C, C-like languages, and languages which can be conceptually lowered into C (this covers a lot).
    • Support optimizations such as those that are common in @@ -335,7 +335,7 @@
    • Support non-C-like languages, to the extent that it doesn't interfere with other goals.
    • Minimize target-specific information in the IR.
    • -
+