[llvm-commits] [llvm] r42355 - /llvm/trunk/docs/ReleaseNotes.html
Chris Lattner
sabre at nondot.org
Wed Sep 26 08:50:21 PDT 2007
Author: lattner
Date: Wed Sep 26 10:50:21 2007
New Revision: 42355
URL: http://llvm.org/viewvc/llvm-project?rev=42355&view=rev
Log:
ok ok we get it. CBE and vectors don't like each other yet.
Modified:
llvm/trunk/docs/ReleaseNotes.html
Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=42355&r1=42354&r2=42355&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Wed Sep 26 10:50:21 2007
@@ -484,8 +484,6 @@
assembly code</a>.</li>
<li><a href="http://llvm.org/PR1126">The C backend does not support vectors
yet</a>.</li>
-<li><a href="http://llvm.org/PR1126">The C backend does not support vectors
- yet</a>.</li>
<li><a href="http://llvm.org/PR1658">The C backend violates the ABI of common
C++ programs</a>, preventing intermixing between C++ compiled by the CBE and
C++ code compiled with LLC or native compilers.</li>
More information about the llvm-commits
mailing list