[llvm-commits] [llvm] r96528 - /llvm/trunk/docs/AdvancedGetElementPtr.html
Dan Gohman
gohman at apple.com
Wed Feb 17 14:54:10 PST 2010
Author: djg
Date: Wed Feb 17 16:54:10 2010
New Revision: 96528
URL: http://llvm.org/viewvc/llvm-project?rev=96528&view=rev
Log:
Make this an unnumbered list.
Modified:
llvm/trunk/docs/AdvancedGetElementPtr.html
Modified: llvm/trunk/docs/AdvancedGetElementPtr.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/AdvancedGetElementPtr.html?rev=96528&r1=96527&r2=96528&view=diff
==============================================================================
--- llvm/trunk/docs/AdvancedGetElementPtr.html (original)
+++ llvm/trunk/docs/AdvancedGetElementPtr.html Wed Feb 17 16:54:10 2010
@@ -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>
<!-- *********************************************************************** -->
More information about the llvm-commits
mailing list