further fixes.
authorChris Lattner <sabre@nondot.org>
Mon, 13 Dec 2010 00:17:12 +0000 (00:17 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 13 Dec 2010 00:17:12 +0000 (00:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121657 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CodeGenerator.html

index 06f102e3e695da155b71e9bbad50efd0bb6d3cab..24d8e29a2fe0f9d810474ac073dce936233ba1e0 100644 (file)
@@ -1031,8 +1031,8 @@ printer, and the type generated by the assembly parser and disassembler.
       legalization.</li>
 
   <li><a href="#selectiondag_legalize">Legalize SelectionDAG Ops</a> &mdash;
-      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> &mdash; The
       SelectionDAG optimizer is run to eliminate inefficiencies introduced by