diff options
author | Chris Lattner <sabre@nondot.org> | 2010-12-13 00:17:12 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-12-13 00:17:12 +0000 |
commit | 4c247f6f3bb67abaed9785df50b3d9c015b6a560 (patch) | |
tree | 3ef781d38aa5e86db9fd56bab0020e19ad5c5f6d /docs | |
parent | a97c91f014248ce47886f2d950795ffb61bc73b3 (diff) |
further fixes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121657 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/CodeGenerator.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/CodeGenerator.html b/docs/CodeGenerator.html index 06f102e3e6..24d8e29a2f 100644 --- a/docs/CodeGenerator.html +++ b/docs/CodeGenerator.html @@ -1031,8 +1031,8 @@ printer, and the type generated by the assembly parser and disassembler. legalization.</li> <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> + This stage transforms SelectionDAG nodes to eliminate any operations + that are unsupported on the target.</li> <li><a href="#selectiondag_optimize">Optimize SelectionDAG</a> — The SelectionDAG optimizer is run to eliminate inefficiencies introduced by |