OSDN Git Service

This is no longer an open project
authorChris Lattner <sabre@nondot.org>
Fri, 12 Mar 2004 05:50:24 +0000 (05:50 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 12 Mar 2004 05:50:24 +0000 (05:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12308 91177308-0d34-0410-b5e6-96231b3b80d8

docs/OpenProjects.html

index b61460b..7fa60d8 100644 (file)
@@ -143,10 +143,6 @@ all the back-ends: CBE, llc, and lli.</p>
 <div class="doc_text">
 
 <ol>
-
-<li>Add a new conditional move instruction: <tt>X = select bool Cond, Y,
-    Z</tt></li>
-
 <li>Add support for platform-independent prefetch support.  The GCC <a
     href="http://gcc.gnu.org/projects/prefetch.html">prefetch project</a> page
     has a good survey of the prefetching capabilities of a variety of modern