From b810d5f02d04e44303958f4b9b2431a5673f0043 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Fri, 27 Aug 2004 00:48:26 +0000 Subject: [PATCH] Bug 430 Fixed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16065 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 5cbcb744b6d..b69fc10f2be 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -159,6 +159,8 @@ were fixed: functions with lots of values
  • [anders-aa] Andersen's AA is completely broken in LLVM 1.3
  • +
  • [bcwriter] Empty compaction tables + defined
  • Bugs in the C/C++ front-end: