Whoops, a div got closed in the wrong place.
authorBrian Gaeke <gaeke@uiuc.edu>
Wed, 12 Nov 2003 20:20:55 +0000 (20:20 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Wed, 12 Nov 2003 20:20:55 +0000 (20:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9927 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LLVMVsTheWorld.html

index 955fbabcd1531f5e0fc53369141956a72a1bc534..23646ed46f44ae6728fd8f2ed2b9931f94e60b2f 100644 (file)
@@ -63,11 +63,11 @@ off-line, and multiple platform backends with Just-in-Time and ahead-of-time
 compilation frameworks. (See our tech report on <a
 href="http://llvm.cs.uiuc.edu/pubs/2003-09-30-LifelongOptimizationTR.html">Lifelong
 Code Optimization</a> for more.)</p>
-</div>
 
 <p>GCC: Many relatively mature platform backends support assembly-language code
 generation from many source languages. No run-time compilation
 support. Relatively weak optimization support.</p>
+</div>
 
 <!-- *********************************************************************** -->
 <div class="doc_section">