[llvm-commits] [compiler-rt] r83414 - /compiler-rt/trunk/www/index.html
Edward O'Callaghan
eocallaghan at auroraux.org
Tue Oct 6 14:03:44 PDT 2009
Author: evocallaghan
Date: Tue Oct 6 16:03:43 2009
New Revision: 83414
URL: http://llvm.org/viewvc/llvm-project?rev=83414&view=rev
Log:
Improve doc readability.
Modified:
compiler-rt/trunk/www/index.html
Modified: compiler-rt/trunk/www/index.html
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/www/index.html?rev=83414&r1=83413&r2=83414&view=diff
==============================================================================
--- compiler-rt/trunk/www/index.html (original)
+++ compiler-rt/trunk/www/index.html Tue Oct 6 16:03:43 2009
@@ -111,13 +111,7 @@
<ul>
<li> lib/ Is a generic portable implementations.</li>
- <li> lib/(arch) has optimized version for the following supported architectures:
- <ul>
- <li>i386</li>
- <li>X86-64</li>
- <li>PowerPC</li>
- <li>PowerPC 64</li>
- </ul></li>
+ <li> lib/(arch) has optimized version for the supported architectures.</li>
</ul>
<!--=====================================================================-->
More information about the llvm-commits
mailing list