aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2003-11-12 20:20:55 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2003-11-12 20:20:55 +0000
commit22f9645135a637dafebc55658d767c9742686604 (patch)
tree781a59d832143e065f9e6a45e86a6466bf05a887 /docs
parente65a8e47fbc9bbe5f1e2deaed64785fff1068466 (diff)
downloadexternal_llvm-22f9645135a637dafebc55658d767c9742686604.tar.gz
external_llvm-22f9645135a637dafebc55658d767c9742686604.tar.bz2
external_llvm-22f9645135a637dafebc55658d767c9742686604.zip
Whoops, a div got closed in the wrong place.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9927 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/LLVMVsTheWorld.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LLVMVsTheWorld.html b/docs/LLVMVsTheWorld.html
index 955fbabcd1..23646ed46f 100644
--- a/docs/LLVMVsTheWorld.html
+++ b/docs/LLVMVsTheWorld.html
@@ -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">