[llvm-commits] CVS: llvm/docs/LLVMVsTheWorld.html

Brian Gaeke gaeke at cs.uiuc.edu
Wed Nov 12 14:22:01 PST 2003


Changes in directory llvm/docs:

LLVMVsTheWorld.html updated: 1.1 -> 1.2

---
Log message:

Whoops, a div got closed in the wrong place.


---
Diffs of the changes:  (+2 -2)

Index: llvm/docs/LLVMVsTheWorld.html
diff -u llvm/docs/LLVMVsTheWorld.html:1.1 llvm/docs/LLVMVsTheWorld.html:1.2
--- llvm/docs/LLVMVsTheWorld.html:1.1	Wed Nov 12 14:19:40 2003
+++ llvm/docs/LLVMVsTheWorld.html	Wed Nov 12 14:20:55 2003
@@ -63,11 +63,11 @@
 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">
@@ -171,7 +171,7 @@
   <address>Brian R. Gaeke</address>
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a>
   <br>
-  Last modified: $Date: 2003/11/12 20:19:40 $
+  Last modified: $Date: 2003/11/12 20:20:55 $
 </div>
 
 </body>





More information about the llvm-commits mailing list