diff options
author | Chris Lattner <sabre@nondot.org> | 2005-02-15 05:28:06 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-02-15 05:28:06 +0000 |
commit | 4a9dc294d68887369883995eb4a44b28b55180ac (patch) | |
tree | 2fb5578c0ee77f89c392520bb8290fc1b77235c1 | |
parent | 8d358174da054f837ca9f9b9a70dee20b610fc82 (diff) |
Bug fixed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20190 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/ReleaseNotes.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 782cec755c..4c575cd24f 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -160,7 +160,8 @@ were fixed:</a> anonymous union</a></li> <li><a href="http://llvm.cs.uiuc.edu/PR509">[llvm-g++] Do not use dynamic initialization where static init will do</a></li> - <li> + <li><a href="http://llvm.cs.uiuc.edu/PR510">[llvmgcc] Field offset + miscalculated for some structure fields following bit fields</a></li> </ol> </div> |