1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

Bug fixed

llvm-svn: 12598
This commit is contained in:
Chris Lattner 2004-04-01 20:31:29 +00:00
parent 973cb73b4f
commit 8c22ebb727

View File

@ -139,6 +139,7 @@ In this release, the following build problems were fixed:
<ol>
<li><a href="http://llvm.cs.uiuc.edu/PR306">[loopsimplify] Loop simplify incorrectly updates dominator information</a></li>
<li><a href="http://llvm.cs.uiuc.edu/PR310">[tailduplicate] DemoteRegToStack breaks SSA form</a></li>
</ol>