diff options
author | Chris Lattner <sabre@nondot.org> | 2004-05-21 16:48:20 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-05-21 16:48:20 +0000 |
commit | e5ad10a01691bf6e715484f3e751570fd2d0e0c0 (patch) | |
tree | 13155cc50d7c4f48b122f1515808fb407d8451ad /docs | |
parent | 0f9e9d0ad2fd8100bcd8943bcba9f50e0a292f14 (diff) | |
download | external_llvm-e5ad10a01691bf6e715484f3e751570fd2d0e0c0.zip external_llvm-e5ad10a01691bf6e715484f3e751570fd2d0e0c0.tar.gz external_llvm-e5ad10a01691bf6e715484f3e751570fd2d0e0c0.tar.bz2 |
Bug fixed
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13619 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-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 7306818..4bd208d 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -213,6 +213,7 @@ code that unwinds</a></li> of the same name, both having constant pools</a></li> <li><a href="http://llvm.cs.uiuc.edu/PR337">[livevar] Live variables missed physical register use of aliased definition</a></li> +<li><a href="http://llvm.cs.uiuc.edu/PR340">Verifier misses malformed switch instruction</a></li> </ol> <p>Bugs in the C/C++ front-end:</p> |