[llvm-commits] [www] r154918 - /www/trunk/OpenProjects.html
Jay Foad
jay.foad at gmail.com
Tue Apr 17 04:06:37 PDT 2012
Author: foad
Date: Tue Apr 17 06:06:37 2012
New Revision: 154918
URL: http://llvm.org/viewvc/llvm-project?rev=154918&view=rev
Log:
We've had -verify-machineinstrs for nearly three years now.
Modified:
www/trunk/OpenProjects.html
Modified: www/trunk/OpenProjects.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/OpenProjects.html?rev=154918&r1=154917&r2=154918&view=diff
==============================================================================
--- www/trunk/OpenProjects.html (original)
+++ www/trunk/OpenProjects.html Tue Apr 17 06:06:37 2012
@@ -431,9 +431,6 @@
used to implement a bottom-up analysis that will determine the *actual*
registers clobbered by a function. Use the pass to fine tune register usage
in callers based on *actual* registers used by the callee.</li>
-<li>Implement a <a href="http://llvm.org/bugs/show_bug.cgi?id=408">verifier for
- codegen level instructions</a>. To help track down malformed machineinstrs
- sooner and make debugging problems easier.</li>
</ol>
</div>
More information about the llvm-commits
mailing list