HTML validation fixes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96527 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Dan Gohman
2010-02-17 22:50:12 +00:00
parent dfecbe9b0c
commit 52658d1dfc

View File

@@ -324,7 +324,6 @@
<div class="doc_text">
<p>The design of GEP has the following goals, in rough unofficial
order of priority:</p>
<p>
<ol>
<li>Support C, C-like languages, and languages which can be
conceptually lowered into C (this covers a lot).</li>
@@ -337,7 +336,6 @@
interfere with other goals.</li>
<li>Minimize target-specific information in the IR.</li>
</ol>
</p>
</div>
<!-- *********************************************************************** -->