From 823731dcd68c059a1a6c43f8403970d821076ef4 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 15 Feb 2005 05:28:06 +0000 Subject: [PATCH] Bug fixed. llvm-svn: 20190 --- docs/ReleaseNotes.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 782cec755c3..4c575cd24f5 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -160,7 +160,8 @@ were fixed: anonymous union
  • [llvm-g++] Do not use dynamic initialization where static init will do
  • -
  • +
  • [llvmgcc] Field offset + miscalculated for some structure fields following bit fields