summaryrefslogtreecommitdiffstats
path: root/www/comparison.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-02-03 21:54:08 +0000
committerChris Lattner <sabre@nondot.org>2009-02-03 21:54:08 +0000
commit37629a4142b612f69990f4f174720e51b4c3c11d (patch)
treeb2deb1da386b7b36f27890547ef5ec177d7ea0ab /www/comparison.html
parent4c4ea17d7f991516c37a871dfa4bbe5723fa85f0 (diff)
codegen is much farther along than when this was first written.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63668 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/comparison.html')
-rw-r--r--www/comparison.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/www/comparison.html b/www/comparison.html
index 0a13ea8637..e873f73b61 100644
--- a/www/comparison.html
+++ b/www/comparison.html
@@ -53,8 +53,7 @@
<li>GCC front-ends are very mature and already support C/C++/ObjC and all
the variants we are interested in. <a href="cxx_status.html">clang's
support for C++</a> in particular is nowhere near what GCC supports.</li>
- <li>GCC's codegen is much more mature than clang's right now and supports
- more targets than LLVM.</li>
+ <li>GCC supports more targets than LLVM.</li>
<li>GCC is popular and widely adopted.</li>
<li>GCC does not require a C++ compiler to build it.</li>
</ul>