From 9412489650a358ea628a3e18625073c0d30feb38 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 26 Sep 2007 15:50:21 +0000 Subject: [PATCH] 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 --- docs/ReleaseNotes.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 73d4a9b199a..71b38cb444b 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -484,8 +484,6 @@ programs. assembly code.
  • The C backend does not support vectors yet.
  • -
  • The C backend does not support vectors - yet.
  • The C backend violates the ABI of common C++ programs, preventing intermixing between C++ compiled by the CBE and C++ code compiled with LLC or native compilers.