diff options
| author | Chris Lattner <sabre@nondot.org> | 2005-02-15 07:02:12 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2005-02-15 07:02:12 +0000 |
| commit | 385a47394a7d1426b7bd655740539ec1fe639c58 (patch) | |
| tree | bf92635885ac8f8088fd09f9da7f41c2ff34dc49 | |
| parent | 3bef66fcf3cd6ded6cded2a4fe539212b3736146 (diff) | |
| download | bcm5719-llvm-385a47394a7d1426b7bd655740539ec1fe639c58.tar.gz bcm5719-llvm-385a47394a7d1426b7bd655740539ec1fe639c58.zip | |
Bug fixed
llvm-svn: 20193
| -rw-r--r-- | llvm/docs/ReleaseNotes.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 4c575cd24f5..90561d19a17 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -162,6 +162,8 @@ were fixed:</a> initialization where static init will do</a></li> <li><a href="http://llvm.cs.uiuc.edu/PR510">[llvmgcc] Field offset miscalculated for some structure fields following bit fields</a></li> + <li><a href="http://llvm.cs.uiuc.edu/PR513">[llvm-g++] Temporary lifetimes + incorrect for short circuit logical operations</a></li> </ol> </div> |

