[llvm-commits] [www] r150038 - /www/trunk/OpenProjects.html

Chris Lattner sabre at nondot.org
Tue Feb 7 17:45:48 PST 2012


Author: lattner
Date: Tue Feb  7 19:45:48 2012
New Revision: 150038

URL: http://llvm.org/viewvc/llvm-project?rev=150038&view=rev
Log:
another code-cleanup bug.

Modified:
    www/trunk/OpenProjects.html

Modified: www/trunk/OpenProjects.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/OpenProjects.html?rev=150038&r1=150037&r2=150038&view=diff
==============================================================================
--- www/trunk/OpenProjects.html (original)
+++ www/trunk/OpenProjects.html Tue Feb  7 19:45:48 2012
@@ -122,6 +122,7 @@
 <li><a href="http://llvm.org/PR10367">Fix the design of GlobalAlias to not require dest type to match source type</a></li>
 <li><a href="http://llvm.org/PR10368">Redesign ConstantExpr's</a></li>
 <li><a href="http://llvm.org/PR11895">SimplifyLibCalls should be merged into instcombine</a></li>
+<li><a href="http://llvm.org/PR11944">Static constructors should be purged from LLVM</a></li>
 </ul>
 </p>
   





More information about the llvm-commits mailing list