fix typo
authorChris Lattner <sabre@nondot.org>
Sun, 12 Dec 2010 02:42:57 +0000 (02:42 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 12 Dec 2010 02:42:57 +0000 (02:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121620 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CodeGenerator.html

index 73ac2c25191085d6d19a40122a41fa42fad79a98..06f102e3e695da155b71e9bbad50efd0bb6d3cab 100644 (file)
@@ -1030,7 +1030,7 @@ printer, and the type generated by the assembly parser and disassembler.
       SelectionDAG optimizer is run to clean up redundancies exposed by type
       legalization.</li>
 
-  <li><a href="#selectiondag_legalize">Legalize SelectionDAG Types</a> &mdash;
+  <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>