llvm-svn: 121620
This commit is contained in:
Chris Lattner 2010-12-12 02:42:57 +00:00
parent 7f64810bc8
commit 053a025bfe
1 changed files with 1 additions and 1 deletions

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>