From d05559828a2377275f30c88baffc0af8fd6cf296 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 20 Apr 2006 04:22:06 +0000 Subject: [PATCH] Yeah that's right! llvm-svn: 27852 --- llvm/docs/ReleaseNotes.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 45bd48e3258a..e4b4148129bd 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -87,8 +87,8 @@ bug. In addition, llvm-gcc4 implements support for many new features, including GCC inline assembly, generic vector support, SSE and Altivec intrinsics, and several new GCC attributes. Finally, llvm-gcc4 is significantly faster than llvm-gcc3, respects -O options, its -c/-S options -correspond to GCC's (they emit native code), and it has debugging support well -underway.

+correspond to GCC's (they emit native code), supports Objective C/C++, and +it has debugging support well underway.

If you can use it, llvm-gcc4 offers significant new functionality, and we hope that it will replace llvm-gcc3 completely in a future release.