From a2a394f7f6ea1b696925554238a0aec3a8c9813e Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 25 Oct 2004 22:13:02 +0000 Subject: [PATCH] Bug fixed git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17231 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 a3509c42039..c4500e1d5a6 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -173,6 +173,8 @@ were fixed: broken in LLVM 1.3
  • [bcwriter] Empty compaction tables defined
  • +
  • [X86] llc output for functions w/certain + names tickles GNU 'as' bugs
  • Bugs in the C/C++ front-end:

    -- 2.34.1