aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-09-26 15:50:21 +0000
committerChris Lattner <sabre@nondot.org>2007-09-26 15:50:21 +0000
commit9412489650a358ea628a3e18625073c0d30feb38 (patch)
treeed705e1a0cc34020abc114ae8764e54b44de40fd
parentb323ca805fdd151f496697f8e97cc20e8ee14402 (diff)
downloadexternal_llvm-9412489650a358ea628a3e18625073c0d30feb38.zip
external_llvm-9412489650a358ea628a3e18625073c0d30feb38.tar.gz
external_llvm-9412489650a358ea628a3e18625073c0d30feb38.tar.bz2
ok ok we get it. CBE and vectors don't like each other yet.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42355 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/ReleaseNotes.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 73d4a9b..71b38cb 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -484,8 +484,6 @@ programs.</li>
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>