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

Chris Lattner sabre at nondot.org
Sun Oct 24 09:24:22 PDT 2010


Author: lattner
Date: Sun Oct 24 11:24:22 2010
New Revision: 117232

URL: http://llvm.org/viewvc/llvm-project?rev=117232&view=rev
Log:
broken link

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=117232&r1=117231&r2=117232&view=diff
==============================================================================
--- llvm/trunk/docs/CodeGenerator.html (original)
+++ llvm/trunk/docs/CodeGenerator.html Sun Oct 24 11:24:22 2010
@@ -2145,7 +2145,7 @@
 <p>This box indicates whether the target supports the JIT compiler through
 the ExecutionEngine interface.</p>
 
-<p id="feat_inlineasm_arm">The ARM backend has basic support for integer code
+<p id="feat_jit_arm">The ARM backend has basic support for integer code
 in ARM codegen mode, but lacks NEON and full Thumb support.</p>
 
 </div>





More information about the llvm-commits mailing list