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

Chris Lattner sabre at nondot.org
Sun Dec 12 16:17:13 PST 2010


Author: lattner
Date: Sun Dec 12 18:17:12 2010
New Revision: 121657

URL: http://llvm.org/viewvc/llvm-project?rev=121657&view=rev
Log:
further fixes.

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=121657&r1=121656&r2=121657&view=diff
==============================================================================
--- llvm/trunk/docs/CodeGenerator.html (original)
+++ llvm/trunk/docs/CodeGenerator.html Sun Dec 12 18:17:12 2010
@@ -1031,8 +1031,8 @@
       legalization.</li>
 
   <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>
+      This stage transforms SelectionDAG nodes to eliminate any operations 
+      that are unsupported on the target.</li>
 
   <li><a href="#selectiondag_optimize">Optimize SelectionDAG</a> — The
       SelectionDAG optimizer is run to eliminate inefficiencies introduced by





More information about the llvm-commits mailing list