diff options
Diffstat (limited to 'llvm/docs/CodeGenerator.html')
-rw-r--r-- | llvm/docs/CodeGenerator.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CodeGenerator.html b/llvm/docs/CodeGenerator.html index 73ac2c25191..06f102e3e69 100644 --- a/llvm/docs/CodeGenerator.html +++ b/llvm/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> — + <li><a href="#selectiondag_legalize">Legalize SelectionDAG Ops</a> — This stage transforms SelectionDAG nodes to eliminate any types that are unsupported on the target.</li> |