[llvm-commits] [llvm] r119052 - /llvm/trunk/docs/CodeGenerator.html

Chris Lattner sabre at nondot.org
Sun Nov 14 10:25:50 PST 2010


Author: lattner
Date: Sun Nov 14 12:25:50 2010
New Revision: 119052

URL: http://llvm.org/viewvc/llvm-project?rev=119052&view=rev
Log:
no alpha jit support.

Modified:
    llvm/trunk/docs/CodeGenerator.html

Modified: llvm/trunk/docs/CodeGenerator.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CodeGenerator.html?rev=119052&r1=119051&r2=119052&view=diff
==============================================================================
--- llvm/trunk/docs/CodeGenerator.html (original)
+++ llvm/trunk/docs/CodeGenerator.html Sun Nov 14 12:25:50 2010
@@ -2170,7 +2170,7 @@
 <tr>
   <td><a href="#feat_jit">jit</a></td>
   <td class="partial"><a href="#feat_jit_arm">*</a></td> <!-- ARM -->
-  <td class="unknown"></td> <!-- Alpha -->
+  <td class="no"></td> <!-- Alpha -->
   <td class="no"></td> <!-- Blackfin -->
   <td class="no"></td> <!-- CellSPU -->
   <td class="no"></td> <!-- MBlaze -->





More information about the llvm-commits mailing list