From 6bc7e12df5528c919e471fcbc1d214cd2c3d6113 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 27 Nov 2004 20:34:25 +0000 Subject: [PATCH] Bug fixed git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18285 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 83c87c529b3..40bffe29fa0 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -259,6 +259,8 @@ were fixed: bitfield which does not increase struct size
  • [llvmgcc] llvmgcc emits invalid constant exprs
  • +
  • [llvmg++] C++ frontend is expanding + lots of unused inline functions
  • Bugs fixed in the Sparc V9 back-end:

    -- 2.34.1