[llvm-commits] CVS: llvm-www/Features.html

John Criswell criswell at cs.uiuc.edu
Thu Oct 14 20:05:35 PDT 2004



Changes in directory llvm-www:

Features.html updated: 1.13 -> 1.14
---
Log message:

Fix typo.  Attempt clarification.


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

Index: llvm-www/Features.html
diff -u llvm-www/Features.html:1.13 llvm-www/Features.html:1.14
--- llvm-www/Features.html:1.13	Thu Sep 23 07:38:16 2004
+++ llvm-www/Features.html	Thu Oct 14 22:05:24 2004
@@ -30,8 +30,8 @@
 
   <li>A Just-In-Time (JIT) code generation system for x86 and Sparc.</li>
 
-  <li>A C back-end useful for testing, for supporting targets other than 
-  X86/Sparc/PowerPC Sparc, and allowing LLVM to use a native code generator.</li>
+  <li>A C back-end useful for testing and for generating native code on targets
+      other than X86, Sparc, and PowerPC.</li>
 
   <li>A profiling system similar to gprof.</li>
 






More information about the llvm-commits mailing list