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

Chris Lattner sabre at nondot.org
Sat Dec 11 18:42:57 PST 2010


Author: lattner
Date: Sat Dec 11 20:42:57 2010
New Revision: 121620

URL: http://llvm.org/viewvc/llvm-project?rev=121620&view=rev
Log:
fix typo

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=121620&r1=121619&r2=121620&view=diff
==============================================================================
--- llvm/trunk/docs/CodeGenerator.html (original)
+++ llvm/trunk/docs/CodeGenerator.html Sat Dec 11 20:42:57 2010
@@ -1030,7 +1030,7 @@
       SelectionDAG optimizer is run to clean up redundancies exposed by type
       legalization.</li>
 
-  <li><a href="#selectiondag_legalize">Legalize SelectionDAG Types</a> —
+  <li><a href="#selectiondag_legalize">Legalize SelectionDAG Ops</a> —
       This stage transforms SelectionDAG nodes to eliminate any types that are
       unsupported on the target.</li>
 





More information about the llvm-commits mailing list