summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-12-12 02:42:57 +0000
committerChris Lattner <sabre@nondot.org>2010-12-12 02:42:57 +0000
commit71388636034f28d4c97a36e0e9e937960761e8de (patch)
tree9b83254c5d462b1ffee658047642897432c505c6 /docs
parent2f7228b80c6a129fa1d8eef8c3075085003d5b87 (diff)
downloadllvm-71388636034f28d4c97a36e0e9e937960761e8de.tar.gz
llvm-71388636034f28d4c97a36e0e9e937960761e8de.tar.bz2
llvm-71388636034f28d4c97a36e0e9e937960761e8de.tar.xz
fix typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121620 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/CodeGenerator.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CodeGenerator.html b/docs/CodeGenerator.html
index 73ac2c2519..06f102e3e6 100644
--- a/docs/CodeGenerator.html
+++ b/docs/CodeGenerator.html
@@ -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>