diff options
author | Chris Lattner <sabre@nondot.org> | 2004-01-15 17:55:21 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-01-15 17:55:21 +0000 |
commit | e92f205dbab54ef8d4150c33b048e1aa155edbe1 (patch) | |
tree | 6d56de24eb6d65fab1a92237874399193993240d | |
parent | f4c0e7f587c55bd1dd2d15d35bbe9f7528b473fa (diff) |
PR73 is finally fixed
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10877 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/ReleaseNotes.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index ec48afac37..300c15a337 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -122,6 +122,7 @@ In this release, the following Quality of Implementation issues were fixed: <li><a href="http://llvm.cs.uiuc.edu/PR192">[X86] X86 Backend never releases memory for machine code structures</a></li> <li><a href="http://llvm.cs.uiuc.edu/PR196">[vmcore] OpaqueType objects memory leak</a></li> <li><a href="http://llvm.cs.uiuc.edu/PR182">[llvmgcc] C front-end does not compile "extern inline" into linkonce</a></li> +<li><a href="http://llvm.cs.uiuc.edu/PR182">Bytecode format inconsistent</a></li> </ol> <!--=========================================================================--> |