Bug fixed

llvm-svn: 13619
This commit is contained in:
Chris Lattner 2004-05-21 16:48:20 +00:00
parent ab5aa14403
commit 8f7cf27241
1 changed files with 1 additions and 0 deletions

View File

@ -213,6 +213,7 @@ code that unwinds</a></li>
of the same name, both having constant pools</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 <li><a href="http://llvm.cs.uiuc.edu/PR337">[livevar] Live variables missed
physical register use of aliased definition</a></li> 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> </ol>
<p>Bugs in the C/C++ front-end:</p> <p>Bugs in the C/C++ front-end:</p>