summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-02-17 22:54:10 +0000
committerDan Gohman <gohman@apple.com>2010-02-17 22:54:10 +0000
commit887e4a544213741de0f4ce6624427bf5b7eb7fe4 (patch)
tree76c3f38b537bd8a5f7c8193619499966f4f111c8 /docs
parent52658d1dfc99ac5618db77cf6be23bd31441b3c8 (diff)
downloadllvm-887e4a544213741de0f4ce6624427bf5b7eb7fe4.tar.gz
llvm-887e4a544213741de0f4ce6624427bf5b7eb7fe4.tar.bz2
llvm-887e4a544213741de0f4ce6624427bf5b7eb7fe4.tar.xz
Make this an unnumbered list.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96528 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/AdvancedGetElementPtr.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/AdvancedGetElementPtr.html b/docs/AdvancedGetElementPtr.html
index 02d1e32121..fcd7cf4d00 100644
--- a/docs/AdvancedGetElementPtr.html
+++ b/docs/AdvancedGetElementPtr.html
@@ -324,7 +324,7 @@
<div class="doc_text">
<p>The design of GEP has the following goals, in rough unofficial
order of priority:</p>
- <ol>
+ <ul>
<li>Support C, C-like languages, and languages which can be
conceptually lowered into C (this covers a lot).</li>
<li>Support optimizations such as those that are common in
@@ -335,7 +335,7 @@
<li>Support non-C-like languages, to the extent that it doesn't
interfere with other goals.</li>
<li>Minimize target-specific information in the IR.</li>
- </ol>
+ </ul>
</div>
<!-- *********************************************************************** -->