From d6a185fde0a3e0a0e89e84749b0bbec1a8878930 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 15 Feb 2004 05:47:37 +0000 Subject: [PATCH] Bug fixed git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11468 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 54b4ad1317f..971b6cfe0b7 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -117,6 +117,7 @@ In this release, the following Quality of Implementation issues were fixed:
  • Bytecode format inconsistent
  • [loadvn/inline/scalarrepl] Slow optimizations with extremely large basic blocks
  • [asmparser] Really slow parsing of types with complex upreferences
  • +
  • [llvmgcc] C front-end does not emit 'zeroinitializer' when possible
  • -- 2.34.1