diff options
| author | Chris Lattner <sabre@nondot.org> | 2003-10-30 01:20:42 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2003-10-30 01:20:42 +0000 |
| commit | a2bd4e07ee3c774f75b4407ad7e883d30fe8a114 (patch) | |
| tree | 0b17ad0e34175da17aeb68a8daaaf095fd20aa3d | |
| parent | da6f521ab046addac37065fccc0e66922b498ccb (diff) | |
| download | bcm5719-llvm-a2bd4e07ee3c774f75b4407ad7e883d30fe8a114.tar.gz bcm5719-llvm-a2bd4e07ee3c774f75b4407ad7e883d30fe8a114.zip | |
Another day, another bug
llvm-svn: 9604
| -rw-r--r-- | llvm/docs/ReleaseNotes.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 9e0aa6a048f..2f625f39670 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -90,6 +90,7 @@ In this release, the following bugs in the previous release were fixed:<p> <li><a href="http://llvm.cs.uiuc.edu/PR67">1.0 precompiled libstdc++ does not include wchar_t support</a></li> <li><a href="http://llvm.cs.uiuc.edu/PR68">llvmgcc asserts when compiling functions renamed with asm's</a></li> <li><a href="http://llvm.cs.uiuc.edu/PR69">C frontend crashes on some programs with lots of types.</a></li> +<li><a href="http://llvm.cs.uiuc.edu/PR70">[instcombine] Resolving invoke inserts cast after terminator</a></li> </ol><p> At this time, LLVM is known to work properly with SPEC CPU 2000, the Olden @@ -386,6 +387,6 @@ via the mailing lists.<p> Maintained By: <a href="http://llvm.cs.uiuc.edu/">The LLVM Team</a><br> <!-- Created: Wed Oct 1 17:38:54 CDT 2003 --> <!-- hhmts start --> -Last modified: Wed Oct 29 14:59:01 CST 2003 +Last modified: Wed Oct 29 19:18:55 CST 2003 <!-- hhmts end --> </body></html> |

