From: Chris Lattner Date: Mon, 25 Oct 2004 22:13:02 +0000 (+0000) Subject: Bug fixed X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=a2a394f7f6ea1b696925554238a0aec3a8c9813e;p=oota-llvm.git Bug fixed git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17231 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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: