Make this an unnumbered list.
authorDan Gohman <gohman@apple.com>
Wed, 17 Feb 2010 22:54:10 +0000 (22:54 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 17 Feb 2010 22:54:10 +0000 (22:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96528 91177308-0d34-0410-b5e6-96231b3b80d8

docs/AdvancedGetElementPtr.html

index 02d1e321218e4e94413bd1c3b80e3aa2886cad50..fcd7cf4d00788e3891d097a722ab3b163e9c2fa1 100644 (file)
 <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
      <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>
 
 <!-- *********************************************************************** -->