git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121620 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2010-12-12 02:42:57 +00:00
parent 2f7228b80c
commit 7138863603

View 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>