diff options
| author | Edward O'Callaghan <eocallaghan@auroraux.org> | 2009-10-06 21:03:43 +0000 |
|---|---|---|
| committer | Edward O'Callaghan <eocallaghan@auroraux.org> | 2009-10-06 21:03:43 +0000 |
| commit | bc85722d34d2b0c224faba551abe7872493997fd (patch) | |
| tree | 12e719d640e1493b423dcf7e5ad480f94a47e14e | |
| parent | e1cc63048349d5ed8e354b01bfec41ed0d65a43a (diff) | |
| download | bcm5719-llvm-bc85722d34d2b0c224faba551abe7872493997fd.tar.gz bcm5719-llvm-bc85722d34d2b0c224faba551abe7872493997fd.zip | |
Improve doc readability.
llvm-svn: 83414
| -rw-r--r-- | compiler-rt/www/index.html | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/compiler-rt/www/index.html b/compiler-rt/www/index.html index 2f4ca89b934..84937524032 100644 --- a/compiler-rt/www/index.html +++ b/compiler-rt/www/index.html @@ -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> <!--=====================================================================--> |

